Skip to main content

query_raw

Function query_raw 

Source
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