Javascript JSON

parse

The JSON.parse() method parses a JSON string, constructing the JavaScript value or object described by the string.

stringify

The JSON.stringify() method converts a JavaScript object or value to a JSON string

1
console.log(JSON.stringify(response));