pub fn py_float(x: f64) -> Value
Build a Value that always serializes in Python float form (2.0), never as an int. Panics on NaN/infinity, which json.dumps cannot round-trip and which never occur in covered payloads.
Value
2.0
json.dumps