| Crates.io | json-template-filter |
| lib.rs | json-template-filter |
| version | 1.0.0 |
| created_at | 2025-05-20 05:49:27.864377+00 |
| updated_at | 2025-05-20 05:49:27.864377+00 |
| description | user-friendly json filter with template json |
| homepage | |
| repository | https://github.com/vDHewei/json-filter |
| max_upload_size | |
| id | 1680825 |
| size | 18,169 |
rust cli json filter by template json
cargo install json-template-filter@v1.0.0
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
json-template-filter -q -i request.json -t template.json -o output.json