JSONEncodableSummaryRepresents an object capable of representing itself as a JSON objectexport interface JSONEncodable<T> export interface JSONEncodable<T> Type ParametersNameConstraintsOptionalDefaultDescriptionTNoThe JSON type corresponding to toJSON outputs.PropertiestoJSON:() => TTransforms this object to its JSON format