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

Function createNestedObject

src/ArduinoJson/Document/JsonDocument.hpp:369–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 // DEPRECATED: use add<JsonObject>() instead
368 ARDUINOJSON_DEPRECATED("use add<JsonObject>() instead")
369 JsonObject createNestedObject() {
370 return add<JsonObject>();
371 }
372
373 // DEPRECATED: use doc[key].to<JsonObject>() instead
374 template <typename TChar>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected