package
2.1.0+incompatible
Repository: https://github.com/cagnosolutions/go-data.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
JSON Lines
Documentation and specification for the JSON Lines text file format
Note: the following three terms are all equivalent formats, but for
now I will use the term JSON Lines. The equivalent formats are:
- Line delimited JSON (LDJSON)
- Newline delimited JSON (NDJSON)
- JSON Lines (JSONL)
*More information can be found at jsonlines.org or at ndjson.org