forked from bblanchon/ArduinoJson
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