mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Added JsonArray::getLong() and JsonHashTable::getLong()
This commit is contained in:
@@ -38,7 +38,8 @@ protected:
|
||||
}
|
||||
|
||||
static int getNestedTokenCount(jsmntok_t* token);
|
||||
char* getTokenString(jsmntok_t* token);
|
||||
char* getStringFromToken(jsmntok_t* token);
|
||||
long getLongFromToken(jsmntok_t* token);
|
||||
|
||||
char* json;
|
||||
jsmntok_t* tokens;
|
||||
|
||||
Reference in New Issue
Block a user