| Crates.io | json-remove-keys |
| lib.rs | json-remove-keys |
| version | 0.1.2 |
| created_at | 2025-07-24 16:08:20.088889+00 |
| updated_at | 2025-07-24 16:32:13.156157+00 |
| description | Removes keys from a json file, writing the file after. |
| homepage | |
| repository | https://github.com/jackhamilton-grindr/json-filter |
| max_upload_size | |
| id | 1766239 |
| size | 4,784 |
Removes any keys which are a case-sensitive match to any key at any level from a provided json file.
Syntax: json-remove-keys [filepath] [key] [another key] [etc]
As usual, keys should be placed in quotes if they contain spaces to avoid them being interpreted as two separate keys.
WARNING: Will write over the file.