This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients AlexWaygood, ZeD, bob.ippolito, ezio.melotti, rhettinger, serhiy.storchaka
Date 2021-12-07.09:40:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638870001.42.0.626821635805.issue45929@roundup.psfhosted.org>
In-reply-to
Content
Both JSON Lines (https://jsonlines.org/) and Newline Delimited JSON (http://ndjson.org/) formats require that Each Line is a Valid JSON Value.

If you want to ignore empty lines you can filter them out with `sed /^$/d`.
History
Date User Action Args
2021-12-07 09:40:01serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, ezio.melotti, ZeD, AlexWaygood
2021-12-07 09:40:01serhiy.storchakasetmessageid: <1638870001.42.0.626821635805.issue45929@roundup.psfhosted.org>
2021-12-07 09:40:01serhiy.storchakalinkissue45929 messages
2021-12-07 09:40:01serhiy.storchakacreate