From db141e82c9b03be36cc80ef8d013e765a663bb5e Mon Sep 17 00:00:00 2001 From: Jeremie Piotte Date: Tue, 26 Nov 2019 10:33:33 -0500 Subject: [PATCH] Specifying that RFC7464 is not supported --- doc/JsonStream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/JsonStream.md b/doc/JsonStream.md index 81a31405e..3226a8f70 100644 --- a/doc/JsonStream.md +++ b/doc/JsonStream.md @@ -88,7 +88,7 @@ Whitespace Characters: Some official formats **(non-exhaustive list)**: - [Newline-Delimited JSON (NDJSON)](http://ndjson.org/) - [JSON lines (JSONL)](http://jsonlines.org/) -- [RFC 7464](https://tools.ietf.org/html/rfc7464) +- [Record separator-delimited JSON (RFC 7464)](https://tools.ietf.org/html/rfc7464) <- Not supported by JsonStream! - [More on Wikipedia...](https://en.wikipedia.org/wiki/JSON_streaming) ## API