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

Function nesting

src/ArduinoJson/Object/JsonObjectConst.hpp:47–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

45 // Returns the depth (nesting level) of the object.
46 // https://arduinojson.org/v7/api/jsonobjectconst/nesting/
47 size_t nesting() const {
48 return detail::VariantData::nesting(getData(), resources_);
49 }
50
51 // Returns the number of members in the object.
52 // https://arduinojson.org/v7/api/jsonobjectconst/size/

Callers

nothing calls this directly

Calls 1

getDataFunction · 0.70

Tested by

no test coverage detected