forked from bblanchon/ArduinoJson
Added JsonArray::getLong() and JsonHashTable::getLong()
This commit is contained in:
@ -23,6 +23,7 @@ public:
|
||||
|
||||
JsonArray getArray(char* key);
|
||||
JsonHashTable getHashTable(char* key);
|
||||
long getLong(char* key);
|
||||
char* getString(char* key);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user