in reply to Outputting JSON with sorted names/keys
JSON::MultiValueOrdered allows you to output JSON objects with keys in a particular order and even duplicate keys like:
{ "a": 1, "b": 2, "a": 3 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Outputting JSON with sorted names/keys
by pryrt (Abbot) on Jan 26, 2020 at 21:19 UTC | |
by tobyink (Canon) on Jan 27, 2020 at 09:07 UTC | |
by pryrt (Abbot) on Jan 27, 2020 at 14:12 UTC | |
|
Re^2: Outputting JSON with sorted names/keys
by afoken (Chancellor) on Jan 27, 2020 at 23:35 UTC | |
by tobyink (Canon) on Jan 28, 2020 at 07:26 UTC |