in reply to Re: customized JSON pretty print
in thread customized JSON pretty print
A related issue in pretty printing (sorry if this goes against the customs of the Monastery) is the ordering of keys. The JSON module allows to use the order provided by the Perl hash (which typically changes between executions) or to sort the keys alphabetically. However, I would like to use a custom sort order to improve readability of the output. Any thoughts?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: customized JSON pretty print
by hdb (Monsignor) on Feb 16, 2015 at 14:37 UTC | |
|
Re^3: customized JSON pretty print
by MidLifeXis (Monsignor) on Feb 16, 2015 at 14:25 UTC |