mirror of
https://github.com/nlohmann/json
synced 2024-11-23 20:40:08 +00:00
minor change
This commit is contained in:
parent
b58a93b8dd
commit
bd5d96c456
@ -169,7 +169,7 @@ You can also use streams to serialize and deserialize:
|
|||||||
```cpp
|
```cpp
|
||||||
// deserialize from standard input
|
// deserialize from standard input
|
||||||
json j;
|
json j;
|
||||||
j << std::cin;
|
std::cin >> j;
|
||||||
|
|
||||||
// serialize to standard output
|
// serialize to standard output
|
||||||
std::cout << j;
|
std::cout << j;
|
||||||
|
Loading…
Reference in New Issue
Block a user