Skip to content

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

Notifications You must be signed in to change notification settings

martinskou/jsonpickler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages