JSON stands for JavaScript Object Notation. JSON is a lightweight format for storing and transporting data. JSON is often used when data is sent from a server to a web page.
JSON.stringify(obj) — Convert JS object to JSON stringJSON.parse(str) — Convert JSON string to JS objectundefined or functionsEdit the code below and click Run to see the result live.