IQMJSONEncoder#
Module: iqm.iqm_client.util
- class iqm.iqm_client.util.IQMJSONEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None)#
Bases:
JSONEncoderJSONEncoder that that adds support for some non-JSON datatypes.
Attributes
Methods
Convert
ointo a serializable object.
Inheritance
