Files
2026-06-11 11:50:50 -04:00

6 lines
92 B
Python

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