Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a string object with value in the form of :-
"[{\"G\":26.92,\"K\":75.76},{\"G\":26.92,\"K\":75.79},{\"G\":26.90,\"K\":75.78}]"

I want to deserialize it into an array object.

How can it be possible
Sorry I modify my question Again.

Thanks in Advance
Posted
Updated 29-Jul-15 21:40pm
v2
Comments
F-ES Sitecore 30-Jul-15 4:00am    
google "c# deserialize json" and you'll find lots of examples.

Convert this JSON to an array and send it over.
For example - JSON Array: Passing Array Objects in Your Web Apps[^].
 
Share this answer
 
Comments
binadi007 30-Jul-15 3:40am    
Please see the question again I modify it
This should help you.

Deserialize JSON with C#[^]
 
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