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