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

Function createNestedObject

src/ArduinoJson/Object/JsonObject.hpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 template <typename TChar>
210 ARDUINOJSON_DEPRECATED("use obj[key].to<JsonObject>() instead")
211 JsonObject createNestedObject(TChar* key) {
212 return operator[](key).template to<JsonObject>();
213 }
214
215 // DEPRECATED: use obj[key].to<JsonObject>() instead
216 template <typename TString>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected