# pretty-json **Repository Path**: mirrors_wikimedia/pretty-json ## Basic Information - **Project Name**: pretty-json - **Description**: Just make JSON files really pretty - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-07 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pretty-json Just make JSON files really pretty # Setup ``` python3 -m venv venv . ./venv/bin/activate pip install -r requirements.txt ``` # Usage ## Dry Run (default) ``` python pretty.py json ``` ## Overwriting File with Pretty Version ``` python pretty.py json --nodry_run ```