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 literal NaN is recognized by some JSON parsers as IEEE 754 not-a-number, but it appears that Klaxon doesn't. I looked at the source code and I wasn't able to find a flag to enable that.
Is there any way to tell Klaxon to recognize NaN in input?
Is there a simple way to supply some additional function or something to the parser to tell it how to handle NaN?
Thank you for any light you can shed on this problem.
The text was updated successfully, but these errors were encountered:
The literal
NaN
is recognized by some JSON parsers as IEEE 754 not-a-number, but it appears that Klaxon doesn't. I looked at the source code and I wasn't able to find a flag to enable that.Is there any way to tell Klaxon to recognize
NaN
in input?Is there a simple way to supply some additional function or something to the parser to tell it how to handle
NaN
?Thank you for any light you can shed on this problem.
The text was updated successfully, but these errors were encountered: