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
Hi @ABeltramo, Jackson supports an option to allow parsing Infinity back, you can set it with the :allow-non-numeric-numbers true option, here's an example from Cheshire's tests:
Encoding Double "positive infinity" value will be decoded back as the string "infinity". Example:
Same issue with NaN values (related to #92?):
There is a related issue on
clojure/data.json
.The text was updated successfully, but these errors were encountered: