mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +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