mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 04:52:22 +02:00
Added JsonObjectIterator
This commit is contained in:
@ -22,10 +22,9 @@ namespace ArduinoJson
|
||||
|
||||
}
|
||||
|
||||
const JsonArrayIterator& operator++()
|
||||
void operator++()
|
||||
{
|
||||
token = token.nextSibling();
|
||||
return *this;
|
||||
}
|
||||
|
||||
JsonValue operator*() const
|
||||
|
Reference in New Issue
Block a user