Summary
OpenDSSDirect.py exposes JSON export utilities (e.g., ToJSON). Is there an official or recommended import path to reconstruct circuits or results from JSON? I
Motivation
Enable fast, reproducible workflows by restoring circuit state/results from persisted JSON without re-parsing DSS files.
Support large-scale studies and scenario generation where re-loading .dss inputs (especially time-series/loadshapes) is costly.
Improve interoperability with data pipelines and programmatic editing of models.
Related
Discussion on JSON schema for ToJSON outputs: JSON schema #128. I couldn’t find a corresponding import/“fromJSON” command in docs or code; please correct me if it exists.
Summary
OpenDSSDirect.py exposes JSON export utilities (e.g., ToJSON). Is there an official or recommended import path to reconstruct circuits or results from JSON? I
Motivation
Enable fast, reproducible workflows by restoring circuit state/results from persisted JSON without re-parsing DSS files.
Support large-scale studies and scenario generation where re-loading .dss inputs (especially time-series/loadshapes) is costly.
Improve interoperability with data pipelines and programmatic editing of models.
Related
Discussion on JSON schema for ToJSON outputs: JSON schema #128. I couldn’t find a corresponding import/“fromJSON” command in docs or code; please correct me if it exists.