[][src]Function json_query::compile

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.

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