v0.8.3
- Fix
serde_json::to_value(f64::NAN)to returnValue::Nullinstead ofValue::F64(NAN). Null is the representation of NaN used elsewhere by serde_json. (#155, thanks @traviskaufman)
serde_json::to_value(f64::NAN) to return Value::Null instead of Value::F64(NAN). Null is the representation of NaN used elsewhere by serde_json. (#155, thanks @traviskaufman)