Open jaskij opened 1 year ago
It seems to be written as "Values need to be a self-delineating value e.g. arrays, objects, or strings, or be followed by whitespace or a self-delineating value." It just needs to be 0+ whitespace-seperated json values.
Yeah, I figured that out, but the documentation was of no help in that.
Looking at the current documentation for
serde_json::Deserializer
, I simply can not figure out what the correct format is for a stream. Is it simply a concatenation of JSON objects?