mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01: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