Added JsonArray::getBool() and JsonHashTable::getBool()

This commit is contained in:
Benoit Blanchon
2014-01-12 20:30:24 +01:00
parent 9e91fb3f46
commit 9c7ff38bbf
6 changed files with 30 additions and 0 deletions

View File

@ -39,6 +39,7 @@ protected:
static int getNestedTokenCount(jsmntok_t* token);
bool getBoolFromToken(jsmntok_t* token);
double getDoubleFromToken(jsmntok_t* token);
long getLongFromToken(jsmntok_t* token);
char* getStringFromToken(jsmntok_t* token);