I have been working on an open source project, jsonpickle. The goal of the project is to be able to serialize a Python object into standard JSON notation. Python can “pickle” objects into a special binary format, but sometimes it is nice to get a human-readable format. Especially with projects like CouchDB [...]