type encoding/json.UnsupportedValueError

7 uses

	encoding/json (current package)
		encode.go#L241: type UnsupportedValueError struct {
		encode.go#L246: func (e *UnsupportedValueError) Error() string {
		encode.go#L578: 		e.error(&UnsupportedValueError{v, strconv.FormatFloat(f, 'g', -1, int(bits))})
		encode.go#L789: 			e.error(&UnsupportedValueError{v, fmt.Sprintf("encountered a cycle via %s", v.Type())})
		encode.go#L883: 			e.error(&UnsupportedValueError{v, fmt.Sprintf("encountered a cycle via %s", v.Type())})
		encode.go#L939: 			e.error(&UnsupportedValueError{v, fmt.Sprintf("encountered a cycle via %s", v.Type())})

	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)}