Files
2024-08-26 13:38:09 +02:00

6 lines
92 B
Python

"""JSON utils."""
from homeassistant.util.json import json_loads
__all__ = ["json_loads"]