Refactor json helper and utility
· One min read
As of Home Assistant Core 2023.3, some constants and functions have been moved
between homeassistant.helpers.json and homeassistant.util.json :
save_jsonandfind_paths_unserializable_datafunctions should now be imported fromhomeassistant.helpers.jsonjson_loadsfunction should now be imported fromhomeassistant.util.jsonJSON_ENCODE_EXCEPTIONSandJSON_DECODE_EXCEPTIONSconstants should now be imported fromhomeassistant.util.json