mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
✏️ fix typo
This commit is contained in:
@ -17,7 +17,7 @@ The [JSON Lines](https://jsonlines.org) format is a text format of newline-delim
|
|||||||
```
|
```
|
||||||
|
|
||||||
JSON Lines input with more than one value is treated as invalid JSON by the [`parse`](../../api/basic_json/parse.md) or
|
JSON Lines input with more than one value is treated as invalid JSON by the [`parse`](../../api/basic_json/parse.md) or
|
||||||
[`accept`](../../api/basic_json/accept.md) functions. The process it line by line, functions like
|
[`accept`](../../api/basic_json/accept.md) functions. To process it line by line, functions like
|
||||||
[`std::getline`](https://en.cppreference.com/w/cpp/string/basic_string/getline) can be used:
|
[`std::getline`](https://en.cppreference.com/w/cpp/string/basic_string/getline) can be used:
|
||||||
|
|
||||||
!!! example "Example: Parse JSON Text input line by line"
|
!!! example "Example: Parse JSON Text input line by line"
|
||||||
|
Reference in New Issue
Block a user