Function safeJsonParse

  • Deserializes a JSON string that is the output of

    Parameters

    • json: string

      The JSON string to parse.

    • noRevivals: boolean = false

    Returns any

    A JavaScript value derived from the JSON string.

    See

    safeJsonStringify

Generated using TypeDoc