Function encodeJSON

  • Encode an Encodable object to a JSON string.

    Parameters

    • e: Encodable

      The object to encode

    • Optional options: EncodeJSONOptions

      Optional encoding options. See EncodeJSONOptions for more information.

    Returns string

    A JSON string encoding of the object

Generated using TypeDoc