We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f163155 commit db141e8Copy full SHA for db141e8
doc/JsonStream.md
@@ -88,7 +88,7 @@ Whitespace Characters:
88
Some official formats **(non-exhaustive list)**:
89
- [Newline-Delimited JSON (NDJSON)](http://ndjson.org/)
90
- [JSON lines (JSONL)](http://jsonlines.org/)
91
-- [RFC 7464](https://tools.ietf.org/html/rfc7464)
+- [Record separator-delimited JSON (RFC 7464)](https://tools.ietf.org/html/rfc7464) <- Not supported by JsonStream!
92
- [More on Wikipedia...](https://en.wikipedia.org/wiki/JSON_streaming)
93
94
## API
0 commit comments