Crates.io | asimov-jq-module |
lib.rs | asimov-jq-module |
version | 0.1.5 |
created_at | 2025-05-29 04:25:08.947465+00 |
updated_at | 2025-07-25 00:51:00.990375+00 |
description | ASIMOV module for JSON transformation using the jq filter language. |
homepage | https://github.com/asimov-modules |
repository | https://github.com/asimov-modules/asimov-jq-module |
max_upload_size | |
id | 1693467 |
size | 52,664 |
ASIMOV module for JSON transformation using the jq filter language.
env.USER
syntax..env
(aka dotenv) files.asimov module install jq -v
pip install -U asimov-jq-module
gem install asimov-jq-module
npm install -g asimov-jq-module
cargo install asimov-jq-module
asimov-jq-runner filter.jq < input.json > output.json
This module requires no configuration.
asimov-jq-runner
: filters JSON from standard input to standard outputasimov-jq-runner
asimov-jq-runner
Usage: asimov-jq-runner [OPTIONS] <FILTER>
Arguments:
<FILTER> The `.jq` filter file to execute
Options:
-d, --debug Enable debugging output
--license Show license information
-v, --verbose... Enable verbose output (may be repeated for more verbosity)
-V, --version Print version information
-h, --help Print help
git clone https://github.com/asimov-modules/asimov-jq-module.git