Convert JavaScript objects to JSON strings (stringify) or JSON strings to objects (parse)
{name: 'John', age: 30}
{"name":"John","age":30}