mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02:00
Added JSON_PROXY to copy arrays and objects by reference
This commit is contained in:
@ -50,6 +50,7 @@ void JsonArray::add(long value)
|
||||
addChild(node);
|
||||
}
|
||||
|
||||
// TODO: we should have the same issue as in JsonValue
|
||||
void JsonArray::add(JsonContainer nestedContainer)
|
||||
{
|
||||
JsonNode* node = createNode();
|
||||
|
Reference in New Issue
Block a user