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

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