mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Added JsonHashTable::containsKey()
This commit is contained in:
@@ -21,6 +21,8 @@ public:
|
||||
|
||||
JsonHashTable() {}
|
||||
|
||||
bool containsKey(char* key);
|
||||
|
||||
JsonArray getArray(char* key);
|
||||
bool getBool(char* key);
|
||||
double getDouble(char* key);
|
||||
|
||||
Reference in New Issue
Block a user