Incidentally, it appears that escaping of newlines in raw strings
(e.g. r#"\n") is (I think?) not handled as well as I'd expect. The
serde_json::StreamDeserializer will correctly handle any bounded
(strings, documents, arrays) in the stream, (and space separated for
nulls and numbers, I presume?).
Incidentally, it appears that escaping of newlines in raw strings (e.g.
r#"\n"
) is (I think?) not handled as well as I'd expect. Theserde_json::StreamDeserializer
will correctly handle any bounded (strings, documents, arrays) in the stream, (and space separated for nulls and numbers, I presume?).Closes #1