mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-02 09:17:16 +00:00

* Create 2023-02-15-json * Update 2023-02-15-json * Rename 2023-02-15-json to 2023-02-15-json.md
578 B
578 B
author | authorURL | title |
---|---|---|
epenet | https://github.com/epenet | Refactor json helper and utility |
As of Home Assistant Core 2023.3, some constants and functions have been moved
between homeassistant.helpers.json
and homeassistant.util.json
:
save_json
andfind_paths_unserializable_data
functions should now be imported fromhomeassistant.helpers.json
json_loads
function should now be imported fromhomeassistant.util.json
JSON_ENCODE_EXCEPTIONS
andJSON_DECODE_EXCEPTIONS
constants should now be imported fromhomeassistant.util.json