Typescript parse json to object

passed into JSON.parse() is not a valid JSON. The method JSON.stringify() can accept at the most two arguments, in addition to the object being serialized, these arguments are used to specify alternate ways to serialize a JavaScript Object. The first argument is filter , which can be either a function or an array. The second argument specifies an ................
................