const github.com/valyala/fastjson.MaxDepth
3 uses
github.com/valyala/fastjson (current package)
parser.go#L99: const MaxDepth = 300
parser.go#L106: if depth > MaxDepth {
parser.go#L107: return nil, s, fmt.Errorf("too big depth for the nested JSON; it exceeds %d", MaxDepth)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)