Search...

JSONEncodable

Represents an object capable of representing itself as a JSON object
export interface JSONEncodable<T> 
export interface JSONEncodable<T> 

toJSON

:

() => T

Transforms this object to its JSON format