You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't since 0.20.0 depends on Kotlin 1.3.71 and a bunch of my dependencies haven't updated :/
The commit looks good though, so feel free to close. For now I'm catching Throwable
Describe the bug
When parsing a JSON with an invalid number you get a
NumberFormatException
.To Reproduce
Parse a JSON where a
Number
is expected but use a string.{"integer": "test"}
Now this will throw a
NumberFormatException
Expected behavior
Throw a
SerializationException
& pass along theNumberFormatException
as the throwableEnvironment
The text was updated successfully, but these errors were encountered: