+ more adjustments toward a real container

This commit is contained in:
Niels 2015-01-21 11:47:03 +01:00
parent 3c780f0f57
commit 76be1ae1f6
5 changed files with 630 additions and 488 deletions

View file

@ -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