Min wrote: > JSON doesn't support binary data, so all binary data is b64-encoded. Right, but on Python 3k the base64 module accepts and returns bytes, not strings, so shouldn’t it be a bytes object when it’s b64 encoded on Python 3?