david <db.pub.m...@gmail.com> added the comment:

On 1 March 2011 18:01, Alex <rep...@bugs.python.org> wrote:
>
> Alex <alex.gay...@gmail.com> added the comment:
>
> Why?  JSON is incapable of representing most Python datastructures that can 
> be pickled (i.e. anything that isn't a list, tuple, dict, int, or str).

I would have suggested yaml (using safe_load() ) . However there isn't
a 'core' yaml module afaik.

If you wanted to actually transfer a complex python data-structure no
one would stop you from pickling it and sending it (json'ed).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to