Published 2020-04-06T20:40:00Z by Physics Derivation Graph
In version 7 of the Physics Derivation Graph I realized that I could use Python's Pickle format to serialize the data stored in memory without having to decide what storage format (CSV, XML, SQLite) is best. That insight lead to use of JSON because everything needed fits in dictionaries and lists.