Skip to content

_json_types

JSONType = dict[str, 'JSONType'] | list['JSONType'] | str | int | float | bool | None module-attribute

Type of a JSON document.

JSONdictType = dict[str, JSONType] module-attribute

Type of a JSON-object document.