mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02:00
Added a verification of the token type before converting to string
This commit is contained in:
@ -36,8 +36,9 @@ protected:
|
||||
json = 0;
|
||||
tokens = 0;
|
||||
}
|
||||
|
||||
int getNestedTokenCount(int tokenIndex);
|
||||
|
||||
static int getNestedTokenCount(jsmntok_t* token);
|
||||
char* getTokenString(jsmntok_t* token);
|
||||
|
||||
char* json;
|
||||
jsmntok_t* tokens;
|
||||
|
Reference in New Issue
Block a user