mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 16:14:19 +01:00
Test that JsonArray grows after calling add()
This commit is contained in:
@@ -41,7 +41,7 @@ protected:
|
||||
return JsonNodeIterator(0);
|
||||
}
|
||||
|
||||
void insertChildAfter(JsonNode* newChild, JsonNode* insertAfterMe);
|
||||
void addChild(JsonNode* newChild);
|
||||
void removeChildAfter(JsonNode* child, JsonNode* previous);
|
||||
JsonNode* createNode(JsonNodeType type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user