json-remove-keys

Crates.iojson-remove-keys
lib.rsjson-remove-keys
version0.1.2
created_at2025-07-24 16:08:20.088889+00
updated_at2025-07-24 16:32:13.156157+00
descriptionRemoves keys from a json file, writing the file after.
homepage
repositoryhttps://github.com/jackhamilton-grindr/json-filter
max_upload_size
id1766239
size4,784
Jack Hamilton (jackhamilton-grindr)

documentation

README

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.

Commit count: 0

cargo fmt