Open t-moe opened 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('<....>')
jq: https://stedolan.github.io/jq/ Jq is written in plain c, and can be used as library. There's no node module yet.
Alternatives:
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.