Parse JSON to Name Value Collection in c#

266 Views Asked by At

i have JSON Collection as Follows

[{"name":"SearchText","value":"smith"}]

This Collection value i have to change as Name Value Collection

Like {"SearchText","smith"}
0

There are 0 best solutions below