const github.com/valyala/fastjson.TypeTrue

6 uses

	github.com/valyala/fastjson (current package)
		parser.go#L623: 	case TypeTrue:
		parser.go#L668: 	TypeTrue Type = 5
		parser.go#L687: 	case TypeTrue:
		parser.go#L875: 	if v != nil && v.t == TypeTrue {
		parser.go#L987: 	if v.t == TypeTrue {
		parser.go#L997: 	valueTrue  = &Value{t: TypeTrue}