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

Function createNestedArray

src/ArduinoJson/Object/JsonObject.hpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 template <typename TChar>
196 ARDUINOJSON_DEPRECATED("use obj[key].to<JsonArray>() instead")
197 JsonArray createNestedArray(TChar* key) const {
198 return operator[](key).template to<JsonArray>();
199 }
200
201 // DEPRECATED: use obj[key].to<JsonArray>() instead
202 template <typename TString>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected