forked from bblanchon/ArduinoJson
Renamed JsonObjectBase::getNestedTokenCounts() into getNestedTokenCount()
This commit is contained in:
@ -32,7 +32,7 @@ protected:
|
||||
this->tokens = tokens;
|
||||
}
|
||||
|
||||
int getNestedTokenCounts(int tokenIndex);
|
||||
int getNestedTokenCount(int tokenIndex);
|
||||
|
||||
char* json;
|
||||
jsmntok_t* tokens;
|
||||
|
Reference in New Issue
Block a user