Skip to main content

Python JSON Pickler.

Project description

JSONpickler
===========

Version 0.1

Python JSON encoder and decoder supporting objects, tuples and complex keys.


from jsonpickler import dumps, loads

s={'a':'demo',(1,2):{3:4},'obj':Test()}

jsonstr=dumps(s)

decodeddata=loads(jsonstr)





HISTORY
=======

0.1 (2013-05-10)
----------------

* Initial version. Seems to work OK, but i have to make some
tests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonpickler-0.1.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page