Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

json.stringify

json.stringify() is useful for, say, converting an object to a string format
which enbales it to be sent as data to a server or for use in other 
languages

json.parse() turns a string object back into a regular object
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
1+8 =