Icon Level Property

property Level: Integer

Available In: Client and Server Applications

Indicates the current nesting level for any JSON objects and/or arrays. Whenever the TReader class begins to read an object or array using the BeginObject or BeginArray methods, the nesting level is incremented. Whenever the EndObject or EndArray methods are called, the nesting level is decremented.
Image