Line delimited JSON (LDJSON), newline delimited JSON (NDJSON), and JSON lines (JSONL) are three terms for equivalent formats of JSON streaming.
Showing posts with label ndjson. Show all posts
Showing posts with label ndjson. Show all posts
2017-08-15
JSON Streaming - Wikipedia
https://en.wikipedia.org/wiki/JSON_Streaming
2017-05-19
ndjson
http://ndjson.org/
This page describes the ndjson format, also called Newline delimited JSON.http://specs.okfnlabs.org/ndjson/
NDJSON is a convenient format for storing or streaming structured data that may be processed one record at a time.
NDJSON - Newline delimited JSON1行 1 JSON のデータフォーマットに「ndjson」という名前が付いていたのを初めて知った。