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