{"ScriptPreparationCode":null,"TestCases":[{"Name":"json parse","Code":"JSON.parse(\u0027{\u0022name\u0022:\u0022John\u0022, \u0022age\u0022:31, \u0022city\u0022:\u0022New York\u0022}\u0027);\r\n","IsDeferred":false},{"Name":"try catch json parse","Code":"try {\r\n JSON.parse(\u0027{\u0022name\u0022:\u0022John\u0022, \u0022age\u0022:31, \u0022city\u0022:\u0022New York\u0022}\u0027);\r\n} catch(error) {\r\n console.log(error);\r\n}","IsDeferred":false}]}