Add support for classification of NaN and -Infinity/Infinity doubles (#7914)
* Add support for classification of NaN and -Infinity/Infinity doubles These values are read correctly from the database, but after they are serialized to JSON, don't get deserialized to a double object value, but rather stay a string and cause failures. This commit recognizes those values and will parse them as doubles. Fixes #7779
Please register or sign in to comment