CommonJSONParse CallableCommonJSONParse(data): unknownParse the passed stringified JSON data and catch any exceptions. Exceptions will cause the function to return undefined.Parametersdata: stringReturns unknownSee more at JSON.parse
Parse the passed stringified JSON data and catch any exceptions. Exceptions will cause the function to return
undefined.