blob: cae3b6ad2dfcf416e85eb02820426c555d927586 (
plain) (
blame)
1
2
3
4
|
This Pythonic library provides a framework for serializing/deserializing Python
classes to and from JSON and XML.
It relies upon the use of Python Properties in your Python classes.
|