mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Defined the DEPRECATED macro
This commit is contained in:
@@ -43,7 +43,7 @@ JsonValue JsonHashTable::operator [](const char* desiredKey)
|
||||
return JsonValue();
|
||||
}
|
||||
|
||||
JsonArray JsonHashTable::getArray(const char* key) DEPRECATED
|
||||
DEPRECATED JsonArray JsonHashTable::getArray(const char* key)
|
||||
{
|
||||
return (JsonArray) (*this)[key];
|
||||
}
|
||||
Reference in New Issue
Block a user