const github.com/valyala/fastjson.MaxDepth

3 uses

	github.com/valyala/fastjson (current package)
		parser.go#L102: const MaxDepth = 300
		parser.go#L109: 	if depth > MaxDepth {
		parser.go#L110: 		return nil, s, fmt.Errorf("too big depth for the nested JSON; it exceeds %d", MaxDepth)