mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-05-04 03:52:04 +02:00
Renamed JsonObjectBase::getNestedTokenCounts() into getNestedTokenCount()
This commit is contained in:
+1
-1
@@ -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