-
Hi, Peter! Thank you for so fast JSON parser with a pretty API. Just one question -- are there any guidelines on parsing NDJSON stream using this library? |
Beta Was this translation helpful? Give feedback.
Answered by
ohler55
Nov 20, 2021
Replies: 1 comment 1 reply
-
OjG handles NDJSON Try the cmd/oj on a file with multiple JSONs in it. Any white space separators work. Not just |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ohler55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OjG handles NDJSON Try the cmd/oj on a file with multiple JSONs in it. Any white space separators work. Not just
\n
that NDJSON requires.