I am fetching friends of the logged in users on my website from facebook in the JsonObject in [name,uid] pair .
I have attached the debug image of the object.

I am referring to this code for reference
JSONObject me = api.Get("/me"); JSONObject meFriends = api.Get("/me/friends");
How do i store extract and store the id and name of meFriends?
I want to store this name value pair in sql database?
Please help how could i achieve this?