Remove null or empty keys, list and array from JSON files.
Python version | Support status |
---|---|
Upcoming | ⚙️ Best effort |
3.12 | ✅ Supported |
3.11 | ✅ Supported |
3.10 | ✅ Supported |
3.9 | ✅ Supported |
3.8 | ⚙️ Best effort |
3.7 | ⚙️ Best effort |
=<3.6 | ❌ Not Supported |
Important
This guide assume that you already installed Python 3.10 or higher
- Clone the repository:
[email protected]:validcube/crowdin-nested-json-postprocessor.git
- Create two new folder called:
input
andoutput
- Copy the JSON files that you want to process into the
input
folder
Running the script:
- Install the required dependencies:
pip3 install -r requirements.txt
- Run the script:
python3 main.py
Consider checking out the CONTRIBUTING.md page.