Skip to content

Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.

License

yupingzhang/jsonpickle

 
 

Repository files navigation

jsonpickle

jsonpickle is a library for the two-way conversion of complex Python objects and JSON. jsonpickle builds upon the existing JSON encoders, such as simplejson, json, and demjson.

For complete documentation, please visit the jsonpickle homepage. Bug reports, feature requests, and patches are encouraged at http://github.com/jsonpickle/jsonpickle.

Install

python setup.py install

License

Licensed under the BSD License. See COPYING for details.

About

Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published