chili
chili copied to clipboard
Object serialization/deserialization tools for python.
Results
2
chili issues
Sort by
recently updated
recently updated
newest added
I actually managed to work around this issue, but just to notify you there seems to be some incorrect parts in the README docs. And to share some suggestions. I...
chili is easy to use. Just do: ``` chili.encode(some_object) ``` or ``` chili.json_encode(some_object) ``` ... but the doc currently talks about creating Encoder objects, annotating classes, etc, which is super...