Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.

IEnumerable<CardSet> result = JsonConvert.DeserializeObject<IEnumerable<CardSet>>(jsonText);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #JsonArrayAttribute #added #type #force #deserialize #JSON
ADD COMMENT
Topic
Name
7+8 =