Skip to content

VDHewei/json-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-template-filter

rust cli json filter by template json

install

 cargo install   [email protected]

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

About

rust cli json filter by template json

Resources

License

Stars

Watchers

Forks

Packages

No packages published