Skip to content

Commit db141e8

Browse files
authored
Specifying that RFC7464 is not supported
1 parent f163155 commit db141e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/JsonStream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Whitespace Characters:
8888
Some official formats **(non-exhaustive list)**:
8989
- [Newline-Delimited JSON (NDJSON)](http://ndjson.org/)
9090
- [JSON lines (JSONL)](http://jsonlines.org/)
91-
- [RFC 7464](https://tools.ietf.org/html/rfc7464)
91+
- [Record separator-delimited JSON (RFC 7464)](https://tools.ietf.org/html/rfc7464) <- Not supported by JsonStream!
9292
- [More on Wikipedia...](https://en.wikipedia.org/wiki/JSON_streaming)
9393

9494
## API

0 commit comments

Comments
 (0)