const github.com/valyala/fastjson.TypeObject

11 uses

	github.com/valyala/fastjson (current package)
		arena.go#L38: 	v.t = TypeObject
		parser.go#L224: 		v.t = TypeObject
		parser.go#L230: 	o.t = TypeObject
		parser.go#L607: 	case TypeObject:
		parser.go#L656: 	TypeObject Type = 1
		parser.go#L679: 	case TypeObject:
		parser.go#L730: 		if v.t == TypeObject {
		parser.go#L757: 	if v == nil || v.t != TypeObject {
		parser.go#L887: 	if v.t != TypeObject {
		update.go#L43: 	if v.t == TypeObject {
		update.go#L91: 	if v.t == TypeObject {