const github.com/valyala/fastjson.TypeTrue

6 uses

	github.com/valyala/fastjson (current package)
		parser.go#L599: 	case TypeTrue:
		parser.go#L644: 	TypeTrue Type = 5
		parser.go#L663: 	case TypeTrue:
		parser.go#L851: 	if v != nil && v.t == TypeTrue {
		parser.go#L963: 	if v.t == TypeTrue {
		parser.go#L973: 	valueTrue  = &Value{t: TypeTrue}