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
df30777 defines that NaN is turned into null on writing, and null is turned into NaN double on reading.
However, it seems that parsing such null sets parser in some bad state where it can no longer parse next fields in the same object.
I will attach a reproducer test.
The text was updated successfully, but these errors were encountered:
df30777 defines that NaN is turned into
null
on writing, andnull
is turned into NaN double on reading.However, it seems that parsing such
null
sets parser in some bad state where it can no longer parse next fields in the same object.I will attach a reproducer test.
The text was updated successfully, but these errors were encountered: