Hi,
Thanks for reply but this is not what I need.
Problem is that parser doesn't know what to parse because property names are
just FaceBook ID values like  "717310901". So - how I can tell to parser
that I don't want to parse these  "717310901" parts but only list of friends
objects:
{
-->Friends Facebook ID as property name :  "717310901": {
--> I want to parse this value :      "id": "717310901",
--> I want to parse this value :      "name": "Test 1"
   },
-->Friends Facebook ID as property name :     "100000114454617": {
--> I want to parse this value :      "id": "100000114454617",
--> I want to parse this value :      "name": "Test 2"
   },
-->Friends Facebook ID as property name :     "100000773805478": {
--> I want to parse this value :      "id": "100000773805478",
--> I want to parse this value :      "name": "Test 3"
   }
}



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/parse-facebook-friend-list-in-josn-tp5712133p5712821.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to