RawSushi's Tech Journal
My online tech scrapbook where I keep my notes in case I need to look them up later
Saturday, July 7, 2012
Javascript: Convert Object to String
Use the JSON.stringify function i.e.
JSON.stringify(obj);
Note: Does not work on IE6 and 7
Reference:
http://stackoverflow.com/questions/5612787/converting-javascript-object-to-string
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment