Function parseJSON

  • Parse JSON with additional options.

    Parameters

    • str: string

      The JSON string to parse.

    • options: ParseJSONOptions

      Configures how integers in this JSON string will be decoded. See the IntDecoding enum for more details.

    Returns any

Generated using TypeDoc