mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 20:42:24 +02:00
Ported tests of issue #10
This commit is contained in:
@ -56,7 +56,7 @@ void JsonArray::add(JsonContainer nestedContainer)
|
||||
JsonNode* node = createNode();
|
||||
if (!node) return;
|
||||
|
||||
*node = *nestedContainer._node;
|
||||
node->duplicate(nestedContainer._node);
|
||||
addChild(node);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user