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

Method createNestedArray

src/ArduinoJson/Variant/VariantRefBaseImpl.hpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template <typename TDerived>
27inline JsonArray VariantRefBase<TDerived>::createNestedArray() const {
28 return add<JsonArray>();
29}
30
31template <typename TDerived>
32template <typename TChar>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected