Treatment fromString

json/value::fromString


Generics

◻ S: ToString

Inputs

⇥ value: Stream<S>

Outputs

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


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

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

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