Skip to content

ynqa/j9

Repository files navigation

j9

ci Crates.io Documentation License

This repository contains two Rust crates:

j9-sys provides Rust bindings to libjq library, enabling Rust applications to leverage jq's powerful JSON processing capabilities at a low level.

j9 builds on j9-sys to offer a more user-friendly API for executing jq programs directly from Rust code.