minor change
This commit is contained in:
parent
b58a93b8dd
commit
bd5d96c456
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ You can also use streams to serialize and deserialize:
|
|||
```cpp
|
||||
// deserialize from standard input
|
||||
json j;
|
||||
j << std::cin;
|
||||
std::cin >> j;
|
||||
|
||||
// serialize to standard output
|
||||
std::cout << j;
|
||||
|
|
Loading…
Reference in a new issue