Refactor json helper and utility (#1682)

* Create 2023-02-15-json

* Update 2023-02-15-json

* Rename 2023-02-15-json to 2023-02-15-json.md
This commit is contained in:
epenet 2023-02-24 15:27:03 +01:00 committed by GitHub
parent 17eaaa515c
commit 67974267fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
blog/2023-02-15-json.md Normal file
View File

@ -0,0 +1,14 @@
---
author: epenet
authorURL: https://github.com/epenet
title: "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` and `find_paths_unserializable_data` functions should now be
imported from `homeassistant.helpers.json`
- `json_loads` function should now be imported from `homeassistant.util.json`
- `JSON_ENCODE_EXCEPTIONS` and `JSON_DECODE_EXCEPTIONS` constants should now
be imported from `homeassistant.util.json`