Go to the source code of this file.
Classes | |
| class | homeassistant.helpers.json.ExtendedJSONEncoder |
| class | homeassistant.helpers.json.JSONEncoder |
Namespaces | |
| homeassistant.helpers.json | |
Functions | |
| bytes | homeassistant.helpers.json._orjson_bytes_default_encoder (Any data) |
| str | homeassistant.helpers.json._orjson_default_encoder (Any data) |
| Any | homeassistant.helpers.json._strip_null (Any obj) |
| dict[str, Any] | homeassistant.helpers.json.find_paths_unserializable_data (Any bad_data, *Callable[[Any], str] dump=json.dumps) |
| bytes | homeassistant.helpers.json.json_bytes (Any obj) |
| bytes | homeassistant.helpers.json.json_bytes_strip_null (Any data) |
| str | homeassistant.helpers.json.json_dumps (Any data) |
| str | homeassistant.helpers.json.json_dumps_sorted (Any data) |
| Any | homeassistant.helpers.json.json_encoder_default (Any obj) |
| None | homeassistant.helpers.json.save_json (str filename, list|dict data, bool private=False, *type[json.JSONEncoder]|None encoder=None, bool atomic_writes=False) |