const github.com/valyala/fastjson.TypeArray

12 uses

	github.com/valyala/fastjson (current package)
		arena.go#L50: 	v.t = TypeArray
		parser.go#L181: 		v.t = TypeArray
		parser.go#L187: 	a.t = TypeArray
		parser.go#L609: 	case TypeArray:
		parser.go#L659: 	TypeArray Type = 2
		parser.go#L681: 	case TypeArray:
		parser.go#L735: 		} else if v.t == TypeArray {
		parser.go#L772: 	if v == nil || v.t != TypeArray {
		parser.go#L899: 	if v.t != TypeArray {
		update.go#L47: 	if v.t == TypeArray {
		update.go#L95: 	if v.t == TypeArray {
		update.go#L108: 	if v == nil || v.t != TypeArray {