+ more adjustments toward a real container
This commit is contained in:
parent
3c780f0f57
commit
76be1ae1f6
5 changed files with 630 additions and 488 deletions
|
|
@ -184,7 +184,7 @@ bool foo = j.at(2);
|
|||
// other stuff
|
||||
j.size(); // 3 entries
|
||||
j.empty(); // false
|
||||
j.type(); // json::value_type::array
|
||||
j.type(); // json::value_t::array
|
||||
j.clear(); // the array is empty again
|
||||
|
||||
// comparison
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue