Added JsonArray::getLong() and JsonHashTable::getLong()

This commit is contained in:
Benoit Blanchon
2014-01-12 12:57:44 +01:00
parent b3647a7d91
commit 80c2cf3567
6 changed files with 28 additions and 5 deletions

View File

@ -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;