discovered 03 Aug 2026
json-lines
→ View on GitHubThe json-lines library is a lightweight tool designed for reading JSON lines (.jl) files, including support for gzipped and corrupted files. Its notable features include the ability to handle broken files by skipping invalid entries while continuing to read, and the option to utilize ujson to enhance decoding performance. This makes it an essential tool for processing and managing JSON line data efficiently in various scenarios.