Registry / utility / jaq-parse

jaq-parse

JSON →
library1.0.3rscratesunverified

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

# Cargo.toml [dependencies] jaq-parse = "1.0.3"
INSTALL
IMPORT
SIG · JAQ-PARSE
J
jaq-parse
utilityrustv1.0.3
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_parse::parse;

Parse a jaq filter expression string.

use jaq_parse::parse; fn main() { let parsed = parse(".foo").unwrap(); println!("Parsed: {:?}", parsed); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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