NRV_Encoder
- class nrv.backend.NRV_Encoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None)[source]
Json encoding class, specific for NRV2 axon prevent from type error due to np.arrays solution taken as this from askpython.com
Attributes
Methods
|
Constructor for JSONEncoder, with sensible defaults. |
|
Convert NRV-specific objects into JSON-serializable types. |
Return a JSON string representation of a Python data structure. |
|
|
Encode the given object and yield each string representation as available. |