const github.com/valyala/fastjson.TypeNull

4 uses

	github.com/valyala/fastjson (current package)
		parser.go#L603: 	case TypeNull:
		parser.go#L629: 	TypeNull Type = 0
		parser.go#L667: 	case TypeNull:
		parser.go#L975: 	valueNull  = &Value{t: TypeNull}