Added JsonArray::getDouble() and JsonHashTable::getDouble()

This commit is contained in:
Benoit Blanchon
2014-01-12 17:08:22 +01:00
parent 80c2cf3567
commit 9e91fb3f46
6 changed files with 25 additions and 5 deletions

View File

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