I know jQuery.parseJSON
will convert my json string to json object. Which does the vise versa in jquery (ie) json object to json string... Any suggestion
views:
29answers:
2
+2
A:
Check out this site: http://www.json.org/js.html
Include their script and they have a Stringify method which does what you're looking for.
Fermin
2010-09-02 09:25:51
@fermin any useful function in jquery?
Pandiya Chendur
2010-09-02 09:26:54
You would need to use a plugin to get it.
Fermin
2010-09-02 09:33:39
+1
A:
If you're looking for a jQuery solution, get this plugin: http://code.google.com/p/jquery-json/
Lekensteyn
2010-09-02 09:27:18