This is the JSON I get from a .NET request:
{ "id": "110355660738", "picture": { "data": { "url": "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn2/1027085_12033235063_5234302342947_n.jpg", "is_silhouette": false } } }
and I would like to catch the url field using (maybe?) LINQ. I make a lot of requests since this is a little different. Therefore, I will not create a C # class and deserialize it every time.
Is this a way to extract a single field? Thank!
markzzz Sep 12 '13 at 7:43 on 2013-09-12 07:43
source share