Treatment fromNumberU64

json/value::fromNumberU64


Generics

◻ U: ToU64

Inputs

⇥ value: Stream<U>

Outputs

↦ json: Stream<Json> (json::Json)


Convert each u64-convertible value in the stream into a JSON number.

graph LR
     T("fromNumberU64()")
     A["🟦 … 🟨"] -->|value| T
     T -->|json| B["🟦 … 🟨"]

     style A fill:#ffff,stroke:#ffff
     style B fill:#ffff,stroke:#ffff