json-template-filter

Crates.iojson-template-filter
lib.rsjson-template-filter
version1.0.0
created_at2025-05-20 05:49:27.864377+00
updated_at2025-05-20 05:49:27.864377+00
descriptionuser-friendly json filter with template json
homepage
repositoryhttps://github.com/vDHewei/json-filter
max_upload_size
id1680825
size18,169
PeerPackerHe (VDHewei)

documentation

README

json-template-filter

rust cli json filter by template json

install

 cargo install   json-template-filter@v1.0.0

usage

 json-template-filter -h  
 Json Filter Cli Tools

Usage:  json-template-filter.exe [OPTIONS]

Options:
  -v, --verbose...           Increase logging verbosity
  -q, --quiet...             Decrease logging verbosity
  -i, --input <INPUT>        Input JSON file path [default: ]
  -t, --template <TEMPLATE>  Template JSON file path [default: ]
  -o, --output <OUTPUT>      Output JSON file path [default: output.json]
  -h, --help                 Print help
  -V, --version              Print version

example

 json-template-filter -q -i request.json  -t template.json -o output.json
Commit count: 18

cargo fmt