Python library with helpers for the jsonlines format.
The jsonlines file format is very straight-forward: it's simply a UTF-8 encoded text file with one JSON value per line. See http://jsonlines.org/ for details.
- Custom loads/dumps flags, e.g.
loads_kwargsor something similar. - Expand tests
- Write docs / usage instructions