Returns the depth (nesting level) of the object. https://arduinojson.org/v7/api/jsonobjectconst/nesting/
| 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/ |