const github.com/valyala/fastjson.TypeArray

12 uses

	github.com/valyala/fastjson (current package)
		arena.go#L50: 	v.t = TypeArray
		parser.go#L178: 		v.t = TypeArray
		parser.go#L184: 	a.t = TypeArray
		parser.go#L585: 	case TypeArray:
		parser.go#L635: 	TypeArray Type = 2
		parser.go#L657: 	case TypeArray:
		parser.go#L711: 		} else if v.t == TypeArray {
		parser.go#L748: 	if v == nil || v.t != TypeArray {
		parser.go#L875: 	if v.t != TypeArray {
		update.go#L43: 	if v.t == TypeArray {
		update.go#L90: 	if v.t == TypeArray {
		update.go#L103: 	if v == nil || v.t != TypeArray {