JSON
ES5 introduced the JSON object.
stringify will take an object and turn it into a string that conforms to JSON format.
An extra argument to stringify will make the output more readable.
parse will take a JSON string and turn it into a JS Object.