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
Describe the bug
when nonNumbericNumbers are enabled (on versions 3.3.0+) INF and "INF" produce null, but we produce inf when parsing a float or double.
The text was updated successfully, but these errors were encountered:
revans2
changed the title
[BUG] JsonToStructs parses INF wrong when nonNumbericNumbers is enabled
[BUG] JsonToStructs parses INF wrong when nonNumericNumbers is enabled
Feb 26, 2024
Describe the bug
when nonNumbericNumbers are enabled (on versions 3.3.0+) INF and "INF" produce
null
, but we produceinf
when parsing a float or double.The text was updated successfully, but these errors were encountered: