It could work like jsonlint (https://github.com/zaach/jsonlint) At least two options: - `sort-json -i file.json` - overwriting - `sort-json -stdout file.json` - writing to stdout (option for backward compatibility)