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

Method nesting

src/ArduinoJson/Array/JsonArrayConst.hpp:85–87  ·  view source on GitHub ↗

Returns the depth (nesting level) of the array. https://arduinojson.org/v7/api/jsonarrayconst/nesting/

Source from the content-addressed store, hash-verified

83 // Returns the depth (nesting level) of the array.
84 // https://arduinojson.org/v7/api/jsonarrayconst/nesting/
85 size_t nesting() const {
86 return detail::VariantData::nesting(getData(), resources_);
87 }
88
89 // Returns the number of elements in the array.
90 // https://arduinojson.org/v7/api/jsonarrayconst/size/

Callers

nothing calls this directly

Calls 2

nestingFunction · 0.70
getDataFunction · 0.70

Tested by

no test coverage detected