mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 03:52:16 +02:00
Extracted class JsonContainer
This commit is contained in:
@ -11,7 +11,7 @@ JsonObject JsonBuffer::createObject()
|
||||
JsonNode* node = createNode(JSON_OBJECT);
|
||||
|
||||
if (node)
|
||||
node->content.asObject.buffer = this;
|
||||
node->content.asContainer.buffer = this;
|
||||
|
||||
return JsonObject(node);
|
||||
}
|
||||
|
Reference in New Issue
Block a user