Closed
Description
Following the JSON spec NaN and +/- infinity should be serialized to "null"
https://stackoverflow.com/questions/1423081/json-left-out-infinity-and-nan-json-status-in-ecmascript
Finite numbers are stringified as if by calling ToString(number). NaN and Infinity regardless of sign are represented as the String null.