in reply to Re^2: Preserve the order in JSON
in thread Preserve the order in JSON
I've been using a one-liner.
json_pp -f json -t json -json_opt pretty. I may end up implementing it using Hash::Ordered
In Section
Seekers of Perl Wisdom
in reply to Re^2: Preserve the order in JSON
in thread Preserve the order in JSON