improved documentation and test coverage
This commit is contained in:
parent
7034ae2486
commit
6268287940
7 changed files with 105 additions and 24 deletions
doc/examples
|
@ -31,4 +31,7 @@ int main()
|
|||
|
||||
// call flatten()
|
||||
std::cout << std::setw(4) << j.flatten() << '\n';
|
||||
|
||||
// flatten for a primitive value
|
||||
std::cout << j["pi"].flatten() << '\n';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue