Public Member Functions | |
| Any | default (self, Any o) |
JSONEncoder that supports Home Assistant objects and falls back to repr(o).
| Any homeassistant.helpers.json.ExtendedJSONEncoder.default | ( | self, | |
| Any | o | ||
| ) |
Convert certain objects. Fall back to repr(o).
Reimplemented from homeassistant.helpers.json.JSONEncoder.