Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi all, currently i have a json string like the following:
HTML
{"1058 NAMER":"1058 solid|10|C1|MOOD",
"0 NAMER":"0 solid|10|C7|MOOD",
"1891 NAMER":"1891 solid|10|C2|MOOD",
"1403 NAMER":"1403 solid|10|C3|MOOD",
"1487 NAMER":"1487 solid|10|C4|MOOD"}


How can i deserialize it and put it into the string array?
thanks for any help?

best rgds,
df
Posted

1 solution

JsonConvert.DeserializeObject(Of Dictionary(Of String, List(Of Dictionary(Of String, Object))))(obj)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900