mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-10 13:36:29 -04:00
Change header to get operator>>()
parent
6f293005e2
commit
04c7242e10
2
Home.md
2
Home.md
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user