mirror of
https://github.com/nlohmann/json.git
synced 2026-07-16 15:34:54 +00:00
deploy: e9c3985f0a
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -69,3 +69,5 @@ while (input >> j)
|
||||
```
|
||||
|
||||
with a JSON Lines input does not work, because the parser will try to parse one value after the last one.
|
||||
|
||||
This is different from parsing a stream of *concatenated* (non-newline-delimited) JSON values, for which `operator>>` does work -- see its [notes](https://json.nlohmann.me/api/operator_gtgt/#notes) for details.
|
||||
|
||||
Reference in New Issue
Block a user