I have the following simple methods for writing a python object to a file using jsonpickle: def json_serialize(obj, filename, use_jsonpickle=True):
I am using jsonpickle to serialize an object to json. The object has certain开发者_高级运维 fields that point to other objects. I\'d like to selectively not include those in the serialization, so that
Has anyone got jsonpickle working on the google app engine? My logs say there is no module but there is a module as sure as you\'re born. i\'m using jsonpickle 0.32.