Function jsonParse

  • [jsonParse] Uses JSON.parse to deserialize the given Input JSON string into a value.

    Parameters

    • text: Input<string>
    • Optional reviver: ((this, key, value) => any)
        • (this, key, value): any
        • Parameters

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

          Returns any

    Returns Output<any>

Generated using TypeDoc