JSONEncodable
interface JSONEncodable<T>
interface JSONEncodable<T>
No summary provided.
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
T | No | None |
toJSON
:
() => T
Transforms this object to its JSON format
interface JSONEncodable<T>
interface JSONEncodable<T>
No summary provided.
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
T | No | None |