Merge pull request #33 from luxe/patch-1
more descriptive documentation in example
This commit is contained in:
commit
c4d74856bb
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ You can also get a string representation (serialize):
|
||||||
std::string s = j.dump(); // {\"happy\":true,\"pi\":3.141}
|
std::string s = j.dump(); // {\"happy\":true,\"pi\":3.141}
|
||||||
|
|
||||||
// serialization with pretty printing
|
// serialization with pretty printing
|
||||||
|
// pass in the amount of spaces to indent
|
||||||
std::cout << j.dump(4) << std::endl;
|
std::cout << j.dump(4) << std::endl;
|
||||||
// {
|
// {
|
||||||
// "happy": true,
|
// "happy": true,
|
||||||
|
|
Loading…
Reference in a new issue