Closed jcmonnin closed 9 years ago
In JSON the float point special values NaN and Infinity should serialised to 'null'. Previously, 'snprintf' in 'dump' was giving a string that isn't compliant to the JSON standard.
Thanks! Can you fill out our CLA at https://opensource.dropbox.com/cla/ and then I can merge this?
In JSON the float point special values NaN and Infinity should serialised to 'null'. Previously, 'snprintf' in 'dump' was giving a string that isn't compliant to the JSON standard.