Jamie Bullock
unread,May 25, 2011, 4:13:20 AM5/25/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsonpickle
Hi,
Thanks for making jsonpickle, it's a great module.
Is there a way to configure jsonpickle so that it omits the 'py/
object': '__main__.Foo' pairs from its output? Of course I can parse
them out myself, but that seems kind of ugly. I just want to use the
module to *generate* json, I don't need to de-serialize, so the 'py/
object' suff is kind of redundant.
Thanks,
Jamie