aboutsummaryrefslogblamecommitdiff
path: root/devel/py-jsonpickle/pkg-descr
blob: fc62f19feb9c947da476db41233daf0f3a8446c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                
jsonpickle is a Python library for serialization and deserialization of complex
Python objects to and from JSON. The standard Python libraries for encoding
Python into JSON, such as the stdlib's json, simplejson, and demjson, can only
handle Python primitives that have a direct JSON equivalent (e.g. dicts, lists,
strings, ints, etc.). jsonpickle builds on top of these libraries and allows
more complex data structures to be serialized to JSON. jsonpickle is highly
configurable and extendable-allowing the user to choose the JSON backend and add
additional backends.

WWW: https://jsonpickle.github.io/