mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 15:27:30 +02:00
Disambiguated the name get()
with getElement()
and getMember()
This commit is contained in:
@ -11,6 +11,6 @@ TEST_CASE("JsonArray::get()") {
|
||||
JsonArray array = doc.as<JsonArray>();
|
||||
|
||||
SECTION("Overflow") {
|
||||
REQUIRE(array.get(3).isNull());
|
||||
REQUIRE(array.getElement(3).isNull());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user