Ronald Oussoren <ronaldousso...@mac.com> added the comment:
There is a block of NUL bytes at the end of the JSON data structure The output of "od -c pico-hard.json" ends with: 0046340 s e c t i o n N o t e s " : [ ] 0046360 , " t y p e O f S e c t i o n " 0046400 : 0 } ] } \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0046420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0071600 \0 \0 \0 \0 \0 \0 \0 \0 \0 0071611 Note that there is a block of "\0" entries after the closing "}". The file can be parsed correctly after stripping these NUL bytes. ---------- nosy: +ronaldoussoren _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43807> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com