mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Switch rest to use the json helper (#73867)
This commit is contained in:
@ -86,4 +86,7 @@ def json_dumps(data: Any) -> str:
|
||||
).decode("utf-8")
|
||||
|
||||
|
||||
json_loads = orjson.loads
|
||||
|
||||
|
||||
JSON_DUMP: Final = json_dumps
|
||||
|
Reference in New Issue
Block a user