Install
openclaw skills install json-key-sorterSort JSON objects alphabetically by keys to standardize data, improve readability, and reduce merge conflicts in files and API responses.
openclaw skills install json-key-sorterThis utility standardizes JSON data by sorting all keys within JSON objects alphabetically. This makes JSON files easier to compare (diff), ensures consistent API responses, and improves readability, saving developers time and reducing merge conflicts.
python tool.py my_data.json
python tool.py my_data.json -o sorted_data.json