mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 04:22:18 +02:00
Test that JsonArray can contain doubles
This commit is contained in:
@ -19,7 +19,7 @@ size_t JsonContainer::printTo(Print& p) const
|
||||
JsonNode* JsonContainer::createNode(JsonNodeType type)
|
||||
{
|
||||
JsonBuffer* buffer = _node->content.asContainer.buffer;
|
||||
return buffer->createNode(JSON_UNDEFINED);
|
||||
return buffer->createNode(type);
|
||||
}
|
||||
|
||||
bool JsonContainer::checkNodeType(JsonNodeType expectedType)
|
||||
|
Reference in New Issue
Block a user