Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix serialization issue for JSON dumps in "show states" mode
This implements a generic fix to use `repr()` for data to be encoded to JSON values that would normally cause errors like: `TypeError: Object of type datetime is not JSON serializable` Signed-off-by: Tobias Wolf <[email protected]>
- Loading branch information