gbowne1 / json-maestro

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
MIT License
2 stars 2 forks source link

Contributed cleanups #5

Closed meleneth closed 3 weeks ago

meleneth commented 3 weeks ago

tidy up the root and hide the implementation away in a src directory

pip install -e .

from the project root will now install JSONMaestro into the current python environment. jsonmaestro will be installed as a shell wrapper to call the code.

pytest is very broken