Hi Team,
{"name":"asdasdi","email":"adfsasdfakf","age":112,"submit":true}
From this string i need to get the value of “name” ,“email” and “age” from this array. here {\key:\value} this is the structue the values are arranged.
How can i acieve that.
@jishnupnair1996 Give a try on the deserializeObject Methode from the newtonsoft.json package and deserialize IT into a dictionary of String, object
Hi here you go with a xaml hope this would help you deserialize.zip (10.3 KB)
Cheers @jishnupnair1996