pub fn eval_exit_status(value: &Value, expr: &str) -> Result<bool>Expand description
Evaluate a jq expression like jq -e: returns true if the last output value is truthy.
Truthiness matches jq:
falseandnullare falsey- all other values are truthy
- no output is treated as falsey