mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
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.
4 lines
183 B
Text
4 lines
183 B
Text
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.
|