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