mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Added JsonArray::getBool() and JsonHashTable::getBool()
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
JsonHashTable() {}
|
||||
|
||||
JsonArray getArray(char* key);
|
||||
bool getBool(char* key);
|
||||
double getDouble(char* key);
|
||||
JsonHashTable getHashTable(char* key);
|
||||
long getLong(char* key);
|
||||
|
||||
Reference in New Issue
Block a user