mscarey / AuthoritySpoke

Reading legal authority for the last time
https://authorityspoke.readthedocs.io
Other
34 stars 2 forks source link

add functions to dump AuthoritySpoke objects to JSON #56

Closed mscarey closed 5 years ago

mscarey commented 5 years ago

This serialization feature should probably use the marshmallow library, which was just recently added to the dependencies.

A lot of testing will be needed to verify that any output that can be dumped can also be loaded back in to get an object identical to the one that was dumped.

I'd prefer to import marshmallow only into the io modules, not into the core.