Right now we correctly serialize Number.PositiveInfinity to 'Infinity' and Number.NegativeInfinity to '-Infinity', but we don't parse those values correctly on the JS side. Currently they are just treated as string values, which doesn't break anything, but also doesn't work as expected.
Right now we correctly serialize Number.PositiveInfinity to 'Infinity' and Number.NegativeInfinity to '-Infinity', but we don't parse those values correctly on the JS side. Currently they are just treated as string values, which doesn't break anything, but also doesn't work as expected.