1.0.2 • Published 4 years ago

jqe v1.0.2

Weekly downloads
8
License
-
Repository
github
Last release
4 years ago

JQE

Like JQ, but you use javascript Expressions.

  1. Stdin is parsed as JSON and passed into your expression as the variable data.
  2. Your expression is evaluated and written to stdout as JSON.

Example

$ cat mydata.json | jqe 'data.rows.filter(r => r.statusCode === 200).map(r => r.responseTime)'
[
  ...JSON...
]
1.0.2

4 years ago

1.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago