4-step workflow · JSON input
Runs in your browserConfig Clean-Up
Tidy a JSON config file. Removes null values, sorts keys and formats with 2 spaces.
Goal
Tidy a JSON config file.
Steps
Validate JSONClean JSONSort keysFormat JSON
Output
Clean config JSON
Your JSON
4 steps · upload once, every step runs on the same file
- 1Validate JSONStop on errors
- 2Clean JSONRemove nulls & empties
- 3Sort keysAlphabetical keys
- 4Format JSON2 spaces