• Parses the given string to a JSON value by using JSON.parse.

    Prevents accidentally calling JSON.parse with more than one argument.

    Parameters

    • jsonString: string

      the string to parse

    Returns any

Generated using TypeDoc