JSON encoding PDF or Excel files in Python 2.7

Skip Montanaro skip.montanaro at gmail.com
Fri Jul 21 16:44:27 EDT 2017


> JSON supports floats, ints, (Unicode) strings, lists and dicts (with string
> keys). It doesn't support bytestrings (raw bytes).

Thanks, MRAB and Irmen. It looks like bson does what I need.

Skip



More information about the Python-list mailing list