t-moe / FluentFlow

A tool to filter json objects by describing their (timely) behaviour
GNU General Public License v3.0
4 stars 1 forks source link

Integrate jq into fluent api #4

Open t-moe opened 8 years ago

t-moe commented 8 years ago

It would be nice to have a .jq('<....>') operator in the matching fluent. The jq-operator would filter/transform the stream of objects using jq.

jq: https://stedolan.github.io/jq/ Jq is written in plain c, and can be used as library. There's no node module yet.

t-moe commented 8 years ago

Alternatives: