Files
2025-09-11 10:47:34 +03:00

6 lines
92 B
Python

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