encoding/json.UnsupportedValueError.Str (field)

3 uses

	encoding/json (current package)
		encode.go#L243: 	Str   string
		encode.go#L247: 	return "json: unsupported value: " + e.Str

	github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
		build.go#L213: 			return &json.UnsupportedValueError{Value: v, Str: strconv.FormatFloat(f, 'f', -1, 64)}