forked from bblanchon/ArduinoJson
Removed usages of JsonNodeIterator
This commit is contained in:
@ -73,3 +73,8 @@ size_t JsonContainer::size() const {
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
JsonNode* JsonContainer::firstChild() const
|
||||
{
|
||||
return _node ? _node->getContainerChild() : 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user