updated README
This commit is contained in:
parent
33f5236687
commit
2443aa6521
1 changed files with 5 additions and 1 deletions
|
@ -119,7 +119,11 @@ auto j2 = R"(
|
|||
{
|
||||
"happy": true,
|
||||
"pi": 3.141
|
||||
})"_json;
|
||||
}
|
||||
)"_json;
|
||||
|
||||
// or explicitly
|
||||
auto j3 = json::parse("{ \"happy\": true, \"pi\": 3.141 }");
|
||||
```
|
||||
|
||||
You can also get a string representation (serialize):
|
||||
|
|
Loading…
Reference in a new issue