Function compile

Source
pub fn compile(program: &str) -> Result<JqProgram, String>
👎Deprecated since 0.3.1: This is the final release of json-query. Future releases will be published as jq-rs.
Expand description

Compile a jq program then reuse it, running several inputs against it.