mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Merged nestedTokenCount() and nextSibling()
This commit is contained in:
@@ -18,7 +18,7 @@ namespace ArduinoJson
|
||||
{
|
||||
public:
|
||||
|
||||
JsonArrayIterator(char* json, Internal::JsonToken& token)
|
||||
JsonArrayIterator(char* json, Internal::JsonToken token)
|
||||
: json(json), token(token)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user