Open alamar opened 2 weeks ago
df307774 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.
null
I will attach a reproducer test.
df307774 defines that NaN is turned into
null
on writing, andnull
is turned into NaN double on reading. However, it seems that parsing suchnull
sets parser in some bad state where it can no longer parse next fields in the same object.I will attach a reproducer test.