Storing instances using jsonpickle

Irmen de Jong irmen.NOSPAM at xs4all.nl
Fri Sep 5 18:18:33 EDT 2014


On 5-9-2014 19:16, Marko Rauhamaa wrote:

> Thus, ast.literal_eval() is superior to anything JSON has to offer.

Incidentally,

I've made a serialization library based on Python's literal expressions.
It uses ast.literal_eval() to deserialize, and a bit of custom code to serialize Python
objects:   https://pypi.python.org/pypi/serpent


Irmen




More information about the Python-list mailing list