Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 597 Bytes

README.rst

File metadata and controls

17 lines (11 loc) · 597 Bytes

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.