in reply to Re^2: Preserve the order in JSON
in thread Preserve the order in JSON
nice! as side note you can force JSON::PP to always order keys alphabetically using canonical or giving it a custom order function: JSON::PP#sort_by thus avoiding monkey patching.
L*
|
---|