class documentation

The HasTypeCode protocol describes an object with a typeCodeForJSON method; this is used as a bound on other types such as JSONableCallable, JSONableRepeatable, and JSONableInstance.

Method typeCodeForJSON Type-code for the serialized JSON object to be looked up later.
def typeCodeForJSON(self) -> str: (source) ΒΆ

Type-code for the serialized JSON object to be looked up later.