mdsplus icon indicating copy to clipboard operation
mdsplus copied to clipboard

Make the MDSplus data types or at least the scalar types json serializable

Open joshStillerman opened this issue 1 year ago • 0 comments

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

joshStillerman avatar Feb 12 '24 22:02 joshStillerman