class documentation
class JSONable(HasTypeCode, Protocol[
Known subclasses: fritter.persistent.jsonable.JSONableCallable, fritter.persistent.jsonable.JSONableInstance, fritter.persistent.jsonable.JSONableRepeatable
Methods that allow a JSONRegistry to serialize an object as JSON.
| Method | to |
Convert this callable to a JSON-serializable dictionary. |
Inherited from HasTypeCode:
| Method | type |
Type-code for the serialized JSON object to be looked up later. |