ASIMOV module for JSON transformation using the jq filter language.
- Transforms JSON inputs using the jq programming language.
- Supports values from environment variables using the
env.USER
syntax. - Loads environment variables from
.env
(aka dotenv) files. - Distributed as a standalone static binary with zero runtime dependencies.
- Rust 1.85+ (2024 edition) if building from source code
pip install -U asimov-jq-module
gem install asimov-jq-module
cargo install asimov-jq-module
asimov-jq-runner filter.jq < input.json > output.json
-
asimov-jq-runner
: filters JSON from standard input to standard output
git clone https://github.com/asimov-modules/asimov-jq-module.git