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