JSONLT (JSON Lines Table) is a data format specification for storing keyed records in append-only files using JSON Lines. Optimized for version control diffs and human readability.
| Language | Package | Status |
|---|---|---|
| Python | jsonlt-python | Reference |
| Go | jsonlt-go | In development |
| JavaScript | In development | |
| Ruby | In development | |
| Rust | In development |
- Specification: https://jsonlt.org/latest/
- Website: https://jsonlt.org/
Dual licensed: code under MIT, content under CC BY 4.0. See LICENSE for details.