Interface JSONEncodable<Value>

Represents an object capable of representing itself as a JSON object

Type Parameters

  • Value

    The JSON type corresponding to toJSON outputs.

Hierarchy

  • JSONEncodable

Implemented by

Methods

Methods

  • Transforms this object to its JSON format

    Returns Value

Generated using TypeDoc