Login
Register
Home
Q&A
Questions
Tags
Send feedback
Sidebar
What is the NDJSON Specification
0
votes
27
views
asked
5 days
ago
by
ben-s-7515
(
13.1k
points)
I am receiving an NDJSON file and need to be able to parse it. What is the specification?
ndjson
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
The NDJSON allows batch JSON messages to be sent. Each line of the file represents a single record, so this means that the file is using unformatted JSON.
More information can be found at:
https://github.com/ndjson/ndjson-spec
answered
5 days
ago
by
ben-s-7515
(
13.1k
points)
Please
log in
or
register
to add a comment.
...