mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +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