Skip to content

JSONMaestro is a powerful tool designed for cleaning and processing JSON-like files. It simplifies tasks such as removing comments, eliminating duplicate keys, adding schema keys, and sorting keys. Ideal for developers working with configuration files and API responses, JSONMaestro enhances data integrity and prepares JSON data for further analysis

License

Notifications You must be signed in to change notification settings

gbowne1/json-maestro

Repository files navigation

JSONMaestro

Python Pylance Pytest License

JSONMaestro is a powerful Python tool designed to clean, process, and optimize JSON-like files. It handles various operations such as removing comments, eliminating duplicates, adding schema keys, and sorting keys. This utility is particularly useful for developers working with configuration files, API responses, or any JSON-structured data that needs refinement.

Key features:

  • Supports JSON, JSONC, and VSCode settings.json files
  • Removes duplicate keys and comments
  • Adds schema keys for improved structure
  • Offers flexible key sorting options
  • Preserves data integrity while cleaning

JSONMaestro streamlines the process of preparing JSON data for further analysis or integration, making it an essential tool for data preprocessing and configuration management tasks.

Getting Started

From Source

  1. Clone the repository
git clone https://github.com/gbowne1/json-maestro.git # via https
git clone git@github.com:gbowne1/json-maestro.git # via ssh
  1. navigate to the cloned repository
cd /path/to/cloned/json-maestro
  1. install requirements
pip install -r requirements.txt
  1. install json maestro using your prefered method (NOTE: both are shown here, either one should work)
pip install . # for installing using pip
python setup.py install # for using setup.py script

Contributing

See <CONTRIBUTING.md>

If you would like to work on issues and new features, we welcome your issues and Pull Requests.

License

MIT

About

JSONMaestro is a powerful tool designed for cleaning and processing JSON-like files. It simplifies tasks such as removing comments, eliminating duplicate keys, adding schema keys, and sorting keys. Ideal for developers working with configuration files and API responses, JSONMaestro enhances data integrity and prepares JSON data for further analysis

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages