+
A JSON stringifier converts JavaScript data structures into JSON **text**.
A JSON stringifier converts JavaScript data structures into JSON text.- A JSON stringifier goes in the opposite direction as eval;
- To convert a JSON text into an object, you can use the eval() function. eval() invokes the JavaScript compiler.
- var myJSONText = JSON.stringify(myObject);
- http://www.json.org/js.html
JSON,stringify
✯
✯✯
✯✯
✯✯
✯✯
✯