[docs] [issue4783] document that json.load/dump can’t be used twice on the same stream

Bryce Verdier report at bugs.python.org
Wed Apr 13 22:25:42 CEST 2011


Bryce Verdier <bryceverdier at gmail.com> added the comment:

Not to nitpick, but what about the wording used in the simplejson documentation that Bob wrote almost 3 years ago? 

Note
JSON is not a framed protocol so unlike pickle or marshal it does not make sense to serialize more than one JSON document without some container protocol to delimit them

I also feel that it sounds a little bit cleaner.

http://simplejson.github.com/simplejson/#simplejson.dump

----------
nosy: +louiscipher

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4783>
_______________________________________


More information about the docs mailing list