6 lines
92 B
Python
6 lines
92 B
Python
"""JSON utils."""
|
|
|
|
from homeassistant.util.json import json_loads
|
|
|
|
__all__ = ["json_loads"]
|