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
The reason is that the produced JSON is simply NaN. I think it should be "NaN" - this is at least what Jackson does. Either that, or the parser should be able to read unquoted non-finite values.
Not a blocker for me, but I thought you would want to know.
The text was updated successfully, but these errors were encountered:
So it appears that non-finite numbers produce invalid JSON, as far as I can tell. For example, the following round trip crashes:
The reason is that the produced JSON is simply
NaN
. I think it should be"NaN"
- this is at least what Jackson does. Either that, or the parser should be able to read unquoted non-finite values.Not a blocker for me, but I thought you would want to know.
The text was updated successfully, but these errors were encountered: