Skip to content

Gexi0619/JsonValueRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON Value Remover

The JSON Value Remover is a lightweight command-line tool developed in Python to remove values from a JSON file. It provides a convenient way to clean sensitive or unwanted data from JSON files while preserving the original structure and keys.

Installation

  1. Please make sure that you have Python installed on your computer.

  2. Clone the repository by running the following command:

    git clone https://github.com/Gexi0619/JsonValueRemover.git
    

Usage

Run the script using the following command:

python JsonValueRemover.py <input_file_path> [output_file_path]
  • <input_file_path>: Required. The path to the input JSON file that you want to process.
  • [output_file_path]: Optional. The path to the output JSON file. If not provided, the output file will be generated with the name <input_file_name>_valueless.json at the same location as the input file.

License

This script is licensed under the MIT License.

About

A cli tool to remove values from a JSON file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages