Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# json

JObject o = JObject.Parse(json);
string id = o.GetValue("id").ToString();
Source by www.newtonsoft.com #
 
PREVIOUS NEXT
Tagged: #json
ADD COMMENT
Topic
Name
9+6 =