forked from bblanchon/ArduinoJson
Test that the size is decreased when object are removed
This commit is contained in:
@ -23,6 +23,7 @@ public:
|
||||
size_t size();
|
||||
|
||||
JsonValue operator[](const char* key);
|
||||
void remove(const char* key);
|
||||
|
||||
bool operator==(const JsonObject& other) const;
|
||||
|
||||
|
Reference in New Issue
Block a user