{"ScriptPreparationCode":null,"TestCases":[{"Name":"Try/catch","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} finally {\r\n console.log(\u0022!\u0022);\r\n}","IsDeferred":false},{"Name":"Without try/catch","Code":"JSON.parse(\u0027{\u0022name\u0022:\u0022John\u0022, \u0022age\u0022:31, \u0022city\u0022:\u0022New York\u0022}\u0027);\r\nconsole.log(\u0022!\u0022);","IsDeferred":false}]}