depth property

int depth
final

the default open depth of json.

default set to 0, means no open depth

if set to 1, means open depth of 1

too large depth will cause performance issue, use with caution

Implementation

final int depth;