Description

JsonObjectConst::nesting() returns the depth (i.e., the nesting level) of the object pointed by the JsonObjectConst

JSON Nesting
null 0
{"a":0} 1
{"a":{"b":0}} 2
{"a":{"b":[0]}} 3

Signature

size_t nesting() const;

See also