Class providing JSON-related utility functions.

Constructors

Methods

Constructors

Methods

  • Parses a JSON string into the specified type.

    Type Parameters

    • ExpectedResults

      The expected type of the parsed results.

    Parameters

    • string: string

      The JSON string to parse.

    Returns ExpectedResults

    • The parsed results of the specified type.

    Static

Generated using TypeDoc