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