Closed gipert closed 5 months ago
We should go through the codebase and swap json.load() calls with a generic loader, e.g.:
json.load()
https://github.com/legend-exp/pylegendmeta/blob/main/src/legendmeta/utils.py
I think I already have most scripts using Props.read_from which is generic but will do a sweep, do we want Props.write_to to be generic also?
done in https://github.com/legend-exp/legend-dataflow/commit/11be870dd98aa33ab73fb69ce265ae2bae6e812b
We should go through the codebase and swap
json.load()
calls with a generic loader, e.g.:https://github.com/legend-exp/pylegendmeta/blob/main/src/legendmeta/utils.py