mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 13:32:24 +02:00
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