mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02: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