Registry / utility / jq-rs
library0.4.1rscratesunverified

Run jq programs to extract data from json strings.

# Cargo.toml [dependencies] jq-rs = "0.4.1"
INSTALL
IMPORT
SIG · JQ-RS
J
jq-rs
utilityrustv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

run
use jq_rs::run;

Execute a jq filter on a JSON string

use jq_rs::run; fn main() { let json = r#"{"name": "Alice"}"#; let result = run(".name", json).unwrap(); println!("{}", result); }
Debug
Known issues
gotchaRequires the `jq` binary installed on the system
fix
Install jq via your package manager (e.g., apt install jq, brew install jq)
affects: >=0.1.0
Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jq-rs — cargo add jq-rs · libregistry