Open shenek opened 4 years ago
Try to think of a way how to merge output of two (or more) JSON streams using streamson-bin. First stream:
{"name": "carl"} {"name": "bob"}
Second stream:
{ "users": [...] }
-> (with {"users"}[] matcher)
{"users"}[]
{ "users": [{"name": "carl"}, {"name": "bob"}] }
For starters streamson could be able to merge all input jsons into an arrray.
Try to think of a way how to merge output of two (or more) JSON streams using streamson-bin. First stream:
Second stream:
-> (with
{"users"}[]
matcher)