CU-SRL / DAQ

Code for Static Test Stand DAQ
2 stars 0 forks source link

Make JSON ingestion #25

Closed LyonFoster closed 3 years ago

LyonFoster commented 3 years ago

Abstract away ALL of the json parsing. This should take the JSON file name and return useful and intuitive python data structures. Right now every time someone rights a module, they remake some sort of local JSON ingestion. There should only be one JSON ingestion api and everyone should use it.