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

Function createNestedArray

src/ArduinoJson/Document/JsonDocument.hpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 // DEPRECATED: use add<JsonArray>() instead
348 ARDUINOJSON_DEPRECATED("use add<JsonArray>() instead")
349 JsonArray createNestedArray() {
350 return add<JsonArray>();
351 }
352
353 // DEPRECATED: use doc[key].to<JsonArray>() instead
354 template <typename TChar>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected