Skip to main content

CommonJSONParse

Callable

  • CommonJSONParse(data): unknown

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


    Parameters

    • data: string

    Returns unknown

    See more at JSON.parse