Added JsonHashTable::getHashTable()

This commit is contained in:
Benoit Blanchon
2014-01-11 15:18:19 +01:00
parent 92e88c1a01
commit 43717bff1e
3 changed files with 8 additions and 4 deletions

View File

@ -20,9 +20,9 @@ public:
JsonHashTable() {}
char* getString(char* key);
JsonArray getArray(char* key);
JsonHashTable getHashTable(char* key);
char* getString(char* key);
private: