• Given some object to serialize product a canonicalized JSON string. https://www.rfc-editor.org/rfc/rfc8785.html

    We do not support custom toJSON methods on objects. Objects should be limited to basic types.

    Parameters

    • object: any

      The object to serialize.

    • Optional visited: any[]
      Optional

    Returns string

Generated using TypeDoc