Registry / utility / jaq-core

jaq-core

JSON →
library3.0.0rscratesunverified

Interpreter for the jaq language, a jq-like JSON query tool.

# Cargo.toml [dependencies] jaq-core = "3.0.0"
INSTALL
IMPORT
SIG · JAQ-CORE
J
jaq-core
utilityrustv3.0.0
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.

parse
use jaq_core::parse;

Parses a jaq filter expression.

use jaq_core::parse; fn main() { let filter = parse(".name").unwrap(); println!("Parsed filter: {:?}", filter); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jaq-core — cargo add jaq-core · libregistry