Sometimes I need to prettify a json without sorting keys, sometimes I need the keys to be sorted. Currently, one has to go to the settings and change the sort_keys value to specifiy which behavior to use.
It would be terrific if we could have two commands to prettify a json, one with sort_keys disabled, the other with sort_keys enabled, taking precedence over the global sort_keys setting.
Sometimes I need to prettify a json without sorting keys, sometimes I need the keys to be sorted. Currently, one has to go to the settings and change the
sort_keys
value to specifiy which behavior to use.It would be terrific if we could have two commands to prettify a json, one with sort_keys disabled, the other with sort_keys enabled, taking precedence over the global sort_keys setting.
For instance
Cheers.
edit: typo