ndjson.org
Open in
urlscan Pro
192.30.252.153
Public Scan
URL:
http://ndjson.org/
Submission: On June 21 via api from GB — Scanned from GB
Submission: On June 21 via api from GB — Scanned from GB
Form analysis
0 forms found in the DOMText Content
NDJSON NEWLINE DELIMITED JSON * Home * Spec * Libraries -------------------------------------------------------------------------------- This page describes the ndjson format, also called Newline delimited JSON. NDJSON is a convenient format for storing or streaming structured data that may be processed one record at a time. It works well with unix-style text processing tools and shell pipelines. It's a great format for log files. It's also a flexible format for passing messages between cooperating processes. 1. LINE SEPARATOR IS '\N' This means '\r\n' is also supported because trailing white space is ignored when parsing JSON values. 2. EACH LINE IS A VALID JSON VALUE The most common values will be objects or arrays, but any JSON value is permitted. See json.org for more information about JSON values. NDJSON on GitHub • Based on a theme by Jason Long • Site forked from jsonlines.org