Treatment tryFromNumberF64
json/value::tryFromNumberF64
Generics
◻ F:
ToF64
Inputs
⇥ value:
Stream<F>
Outputs
↦ json:
Stream<Option<Json>>
(json::Json
)
Turns stream of f64 convertible values into JSON numbers.
An infinite or NaN number is not a valid JSON value, and then stream none value if in that case.