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