A DoubleRenderer that renders special values NaN, -Infinity, and
Infinity as-is using toString. This is not valid JSON, meaning JSON
libraries generally won't be able to parse it (including lift-json!), but
JavaScript can eval it. Other double values are also rendered the same
way.
A
DoubleRendererthat renders special valuesNaN,-Infinity, andInfinityas-is usingtoString. This is not valid JSON, meaning JSON libraries generally won't be able to parse it (including lift-json!), but JavaScript can eval it. Other double values are also rendered the same way.Usage is not recommended.