cdelker/schemdraw

Read/Write Model for Drawing

csiegl182 opened this issue · 2 comments

Is there a plan for implementing a read/write model of drawings from/to text-based files like e.g. json-files? Does anyone see a need for something like that?

I could see this being useful. Most of the schematic element configuration is stored in dictionaries, which should make it fairly easy to serialize to json.

Thanks for seeing this useful. I already tried to implemented it within one project. However, I only use twoterm elements. I dont think I have a solution which fits to all elements.