Jul
31
John Paulett wanted to be able to define complex Python model objects, then seamlessly pass them into CouchDB and to client-side Javascript.To make this happen for objects that are beyond primitive sets he created JSON Pickle which has been used on the Universal Feed Parser, and lets you do the following:PLAIN TEXTPYTHON: >>> import jsonpickle>>> from […]
More: continued here