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.
===========
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file jsonpickler-0.1.2.tar.gz.
File metadata
- Download URL: jsonpickler-0.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d828b1942d8bc3ac8574377f0ce4273a0c759d17a70596f51ddb7ad958e4082
|
|
| MD5 |
e75f4e05af5bdc6e8de8d75256511ca4
|
|
| BLAKE2b-256 |
d3a26ac427e7f78c35d8aa9880adba048334d8ca19dd5d633e974e4565a00813
|