MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / createNestedArray

Function createNestedArray

src/ArduinoJson/Array/JsonArray.hpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 // DEPRECATED: use add<JsonArray>() instead
187 ARDUINOJSON_DEPRECATED("use add<JsonArray>() instead")
188 JsonArray createNestedArray() const {
189 return add<JsonArray>();
190 }
191
192 // DEPRECATED: use add<JsonObject>() instead
193 ARDUINOJSON_DEPRECATED("use add<JsonObject>() instead")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected