FunctionsCommonJSONParseCommonJSONParse CallableCommonJSONParse(data: string): anyParse the passed stringified JSON data and catch any exceptions. Exceptions will cause the function to return undefined.@seeJSON.parseParametersdata: stringReturns any
Parse the passed stringified JSON data and catch any exceptions. Exceptions will cause the function to return
undefined
.JSON.parse