mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01: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