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