For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /developers/blog/2023-02-15-json.md.

重构 json helper 和 utility

从 Home Assistant Core 2023.3 开始,部分常量和函数在 homeassistant.helpers.jsonhomeassistant.util.json 之间进行了移动:

  • save_jsonfind_paths_unserializable_data 函数现在应 从 homeassistant.helpers.json 导入
  • json_loads 函数现在应从 homeassistant.util.json 导入
  • JSON_ENCODE_EXCEPTIONSJSON_DECODE_EXCEPTIONS 常量现在应 从 homeassistant.util.json 导入