Skip to content

This is a wrapper around the json module, which uses pickle to store a wide variety of objects.

Notifications You must be signed in to change notification settings

CoolDeveloper101/json-2.0-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

json-2.0-python

This is a wrapper around the json module, which uses pickle to store a wide variety of objects.

Json is a nice format, but it does not let you store a custom data type. This module lets you store custom objects, which can be used in a wide variety of tasks. For example, you cannot store a numpy array using json but using this module, you can. Currently, it can only store dictionaries.

Go here to see the documentation.

About

This is a wrapper around the json module, which uses pickle to store a wide variety of objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages