Test that the size is decreased when object are removed

This commit is contained in:
Benoit Blanchon
2014-09-30 17:05:33 +02:00
parent 9f85368cce
commit 3d9e40a3a8
3 changed files with 33 additions and 0 deletions

View File

@ -23,6 +23,7 @@ public:
size_t size();
JsonValue operator[](const char* key);
void remove(const char* key);
bool operator==(const JsonObject& other) const;