mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-09 13:06:46 -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
|
||||
------------
|
||||
```cpp
|
||||
#include <json/value.h>
|
||||
#include <json/json.h>
|
||||
|
||||
Json::Value root; // starts as "null"; will contain the root value after parsing
|
||||
std::cin >> root;
|
||||
|
Loading…
x
Reference in New Issue
Block a user