mdsplus
mdsplus copied to clipboard
Make the MDSplus data types or at least the scalar types json serializable
Affiliation MIT / PSFC
Description When trying to json serialize fields that are of types like MDSplus.Int32, etc... json.dumps chokes
if we add: toJSON()
methods to our types then they will easier to jsonify