mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02: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