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
In JsonDecoder make sure edge case, long, with ..e+.. floating point numbers such as 1.7976931348623157e+308 are parsed correctly. Add such numbers to global fixtures.
In
JsonDecodermake sure edge case, long, with..e+..floating point numbers such as1.7976931348623157e+308are parsed correctly. Add such numbers to global fixtures.