forked from bblanchon/ArduinoJson
Remove createNestedArray()
and createNestedObject()
This commit is contained in:
@ -50,7 +50,7 @@ TEST_CASE("JsonVariant::operator[]") {
|
||||
}
|
||||
|
||||
SECTION("set value in a nested object") {
|
||||
array.createNestedObject();
|
||||
array.add<JsonObject>();
|
||||
|
||||
var[0]["hello"] = "world";
|
||||
|
||||
|
Reference in New Issue
Block a user