updated README
This commit is contained in:
parent
33f5236687
commit
2443aa6521
@ -119,7 +119,11 @@ auto j2 = R"(
|
|||||||
{
|
{
|
||||||
"happy": true,
|
"happy": true,
|
||||||
"pi": 3.141
|
"pi": 3.141
|
||||||
})"_json;
|
}
|
||||||
|
)"_json;
|
||||||
|
|
||||||
|
// or explicitly
|
||||||
|
auto j3 = json::parse("{ \"happy\": true, \"pi\": 3.141 }");
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also get a string representation (serialize):
|
You can also get a string representation (serialize):
|
||||||
|
Loading…
Reference in New Issue
Block a user