Skip to main content

CommonJSONParse

Callable

  • CommonJSONParse(data: string): any

  • Parse the passed stringified JSON data and catch any exceptions. Exceptions will cause the function to return undefined.

    @see

    JSON.parse


    Parameters

    • data: string

    Returns any