Commit bd5d96c4 authored by Niels's avatar Niels

minor change

parent b58a93b8
...@@ -169,7 +169,7 @@ You can also use streams to serialize and deserialize: ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment