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

@ -23,6 +23,7 @@ public:
JsonArray getArray(char* key);
JsonHashTable getHashTable(char* key);
long getLong(char* key);
char* getString(char* key);
private: