Back to search results
jaq owner avatar

jaq

A jq clone focussed on correctness, speed, and simplicity

Library jq json query
Minimal

Install package

Latest
min add jaq
Source archive SHA256
80fae7c5…fe8b
Spec hash
592a30f8…526c
Target
amd64/linux
Needs network
No
Closed source
No

Quick links

[ Docs ] [ Changelog ] [ Repo ] [ Security ] [ SBOM ]

What is jaq?

A jq clone focussed on correctness, speed, and simplicity

How to use this package

Quick install

Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.

min add jaq

Declare as a task dependency in minimal.toml

Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.

[tasks.dev]
packages = ["jaq"]

Build-time vs runtime

Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.

min add --build jaq
min add --runtime jaq