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

@ -26,9 +26,7 @@ public:
}
JsonArray getArray(int index);
JsonHashTable getHashTable(int index);
char* getString(int index);
private: