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

Function nesting

src/ArduinoJson/Object/JsonObject.hpp:57–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55 // Returns the depth (nesting level) of the object.
56 // https://arduinojson.org/v7/api/jsonobject/nesting/
57 size_t nesting() const {
58 return detail::VariantData::nesting(collectionToVariant(data_), resources_);
59 }
60
61 // Returns the number of members in the object.
62 // https://arduinojson.org/v7/api/jsonobject/size/

Callers

nothing calls this directly

Calls 1

collectionToVariantFunction · 0.85

Tested by

no test coverage detected