Click here to Skip to main content
15,900,389 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I already convert a dataset into jason string.

How can I convert this Json string into Json object?

an ajax call is waiting for this json object.

So please give me proper solution.

I am using visual studio 2008, .NET 3.5, webservice,C# etc.
Posted
Comments
Ramug10 6-Mar-14 3:57am    
Have you tried using the DeserializeObject() method?

1 solution

You can refer a good article for converting a json string to object:

Converting String to Object

or you can also convert object to Json

Object to Json
 
Share this answer
 
v2

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