Treatment isObject
json/value::isObject
Inputs
⇥ value: Stream<Json> (json::Json)
Outputs
↦ is_object: Stream<bool>
Emit true for each JSON value in the stream that is an object, false otherwise.
graph LR
T("isObject()")
A["🟦 … 🟨"] -->|value| T
T -->|is_object| B["false … true"]
style A fill:#ffff,stroke:#ffff
style B fill:#ffff,stroke:#ffff