Treatment fromStringMap

json/value::fromStringMap


Inputs

⇥ value: Stream<StringMap> (std/data/string_map::StringMap)

Outputs

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


Convert each StringMap in the stream into a JSON object where every value is a JSON string.

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

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