Installation¶
Requirements¶
- Python 3.8 or higher
- No external dependencies — jsonl uses only the Python standard library
Install via pip¶
To upgrade to the latest version:
Optional: High-Performance JSON Libraries¶
jsonl works with the standard json module out of the box. For better performance, you can use
alternative JSON libraries by passing them via the json_dumps / json_loads parameters: