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

@ -22,6 +22,7 @@ public:
JsonHashTable() {}
JsonArray getArray(char* key);
bool getBool(char* key);
double getDouble(char* key);
JsonHashTable getHashTable(char* key);
long getLong(char* key);