cli-json
v1.0.2
Published
A simple node-based CLI tool to evaluate JS expressions on stdin.
Readme
cli-json
A simple node-based CLI tool to evaluate JS expressions on stdin.
Example usage:
Running:
curl --silent '${JSON_SERVING_URL}' | cli-json [0].deviceName
Results in:
Evaluated: iPhone 6s

