Merged nestedTokenCount() and nextSibling()

This commit is contained in:
Benoit Blanchon
2014-07-18 16:18:03 +02:00
parent 5d2ffc49fd
commit 79953730fc
4 changed files with 14 additions and 12 deletions

View File

@ -18,7 +18,7 @@ namespace ArduinoJson
{
public:
JsonArrayIterator(char* json, Internal::JsonToken& token)
JsonArrayIterator(char* json, Internal::JsonToken token)
: json(json), token(token)
{