mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-05-05 12:25:07 +02:00
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