Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how we can serialize and deserialize json in javascript(client)?
Posted

1 solution

The simplest way is to probably use the json library (json2.js) available here www.json.org[^] reference it in your javascript and then call the appropriate stringify() and parse() methods
 
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