SupplementDetectionDataEncoder¶
-
class
mss_dataserver.core.json_util.
SupplementDetectionDataEncoder
(**kwarg)[source]¶ Bases:
json.encoder.JSONEncoder
A JSON encoder for the event supplement detection data.
- Parameters
**kwargs (keyword argument) – Keyword arguments passed to
json.encoder.JSONEncoder
.- Variables
version (
mss_dataserver.core.util
) – The version of the file encoder.
Properties¶
item_separator
key_separator
version
Methods¶
|
Initialization of the instance. |
Convert a filecontainer instance. |
|
|
Convert a numpy ndarray dictionary. |
|
Convert a Station dictionary. |
|
Convert a UTCDateTime instance. |
|
Convert a Version dictionary. |
|
Convert objects to a dictionary. |
|
Return a JSON string representation of a Python data structure. |
|
Encode the given object and yield each string representation as available. |