Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a string which is in json format ,i need to deserilize that json string in mono ,in vs 2010 we have datacontractjsonserilizer class with that we can do serilize and desirialize,but can not in mono ..how can it posiible?in mono
Posted

Regular expressions if all else fails?
 
Share this answer
 
Comments
kishore1215 12-Sep-11 8:49am    
I need to desirialize that string of json...
 
Share this answer
 
Comments
kishore1215 12-Sep-11 8:48am    
But we dont have datacontractjsonserializer in mono?
Anuja Pawar Indore 12-Sep-11 9:30am    
I have not worked in mono. Pls refer this thread, if it helps
http://stackoverflow.com/questions/3926079/getting-started-with-json-in-net-and-mono

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