Wednesday, September 3, 2008

JSON.stringify and JSON.parse

Before sending the json data to server, we used json.stringify to serialize the json object.

When retrieved the json object, we used json.parse to formate it into human readable json object.

No comments: