
JSON (JavaScript Object Notation) is a lightweight text format for storing and exchanging data. It looks like a JavaScript object but is actually a string. Use JSON.parse(str) to convert a JSON string into a JavaScript object, and JSON.stringify(obj) to convert an object back into a JSON string. Every API you work with will use JSON.
Reference:
TaskLoco™ — The Sticky Note GOAT