Change header to get operator>>()

Christopher Dunn 2017-09-10 03:29:45 -05:00
parent 6f293005e2
commit 04c7242e10

@ -46,7 +46,7 @@ Features of *jsoncpp*
Code example Code example
------------ ------------
```cpp ```cpp
#include <json/value.h> #include <json/json.h>
Json::Value root; // starts as "null"; will contain the root value after parsing Json::Value root; // starts as "null"; will contain the root value after parsing
std::cin >> root; std::cin >> root;