ilovenwd / jsonpickle

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.

Home Page:http://github.com/jsonpickle/jsonpickle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://github.com/jsonpickle/jsonpickle

License:Other