Files
2026-01-30 23:31:00 -06:00

6 lines
92 B
Python

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