mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
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