pub fn query_raw(value: &Value, expr: &str) -> Result<Vec<String>>Expand description
Evaluate a jq expression and return raw output lines similar to jq -r.
- strings are emitted without JSON quotes
- all other types are emitted as compact JSON per line