hapi-server / data-specification-schema

JSON Schema for HAPI
MIT License
1 stars 0 forks source link

convert Autoplot Jython combine script to Python #6

Closed jbfaden closed 8 months ago

jbfaden commented 1 year ago

The Autoplot script which combines the separate JSON files into one file for Bob's system should be converted to a Python script. Right now there is https://github.com/hapi-server/data-specification-schema/blob/jon-jeremy-mess-3.0/misc/combineJsonSchema.jy and this should be converted to https://github.com/hapi-server/data-specification-schema/blob/jon-jeremy-mess-3.0/misc/combineJsonSchema.py. Likewise the other direction should be done. This should be fairly trivial but I need to remind myself how to work with JSON in Python.