Thanks to visit codestin.com
Credit goes to lib.rs

#json #key #remove

app json-remove-keys

Removes keys from a json file, writing the file after

3 releases

0.1.2 Jul 24, 2025
0.1.1 Jul 24, 2025
0.1.0 Jul 24, 2025

#2358 in Command line utilities

Unlicense

4KB

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.

Dependencies

~145KB