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