Function jsonParse

  • Acts as an inverse for jsonStringify.

    Deprecated

    Manually convert the JSON structure instead. For account transactions, parse the output with something that handles deserializingbigints, e.g. the json-bigint dependency, and use AccountTransactionHandler.fromJSON.

    Parameters

    • input: string
    • Optional reviver: ((this: any, key: string, value: any) => any)
        • (this: any, key: string, value: any): any
        • Parameters

          • this: any
          • key: string
          • value: any

          Returns any

    Returns any

Generated using TypeDoc