Table of Contents
email
json
json.JSONDecoder
json.JSONEncoder
mailcap
mailbox
mhlib
mimetools
mimetypes
MimeWriter
mimify
multifile
rfc822
base64
binhex
binascii
quopri
uu
JSONEncoder.
iterencode
Encode the given object and yield each string representation as available.
For example:
for chunk in JSONEncoder().iterencode(bigobject): mysocket.write(chunk)