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

Method createNestedObject

src/ArduinoJson/Variant/VariantRefBaseImpl.hpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template <typename TDerived>
45inline JsonObject VariantRefBase<TDerived>::createNestedObject() const {
46 return add<JsonObject>();
47}
48
49template <typename TDerived>
50template <typename TChar>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected