const github.com/valyala/fastjson.TypeObject

11 uses

	github.com/valyala/fastjson (current package)
		arena.go#L38: 	v.t = TypeObject
		parser.go#L221: 		v.t = TypeObject
		parser.go#L227: 	o.t = TypeObject
		parser.go#L583: 	case TypeObject:
		parser.go#L632: 	TypeObject Type = 1
		parser.go#L655: 	case TypeObject:
		parser.go#L706: 		if v.t == TypeObject {
		parser.go#L733: 	if v == nil || v.t != TypeObject {
		parser.go#L863: 	if v.t != TypeObject {
		update.go#L39: 	if v.t == TypeObject {
		update.go#L86: 	if v.t == TypeObject {