EmbroidePy / pyembroidery

pyembroidery library for reading and writing a variety of embroidery formats.
MIT License
182 stars 33 forks source link

Import and Export Json. #73

Closed tatarize closed 4 years ago

tatarize commented 4 years ago

There's a python builtin json so the implementation is basically done. There's certainly going to be some applications that could use such things.

tatarize commented 4 years ago

This is mostly done. There's a slight issue in that metadata can contain bytearrays (for example in PES files load these). And these throw an error. But, mostly there otherwise.