4

When transforming JSON data using "Data operations - Select" the JSON object order is always alphabetical. Example: {"Area": "12", "Cargo": "Yes", "Logistics": "No"} Does any of you know if there is a way to set another order of the JSON objects? I know that the order is not an issue for JSON being valid, but for readability it would be good to be able to set the order.

TobiasJ
  • 111
  • 1
  • 7

1 Answers1

1

You can use "Data operations - Compose" and make a new JSON with the order you would like.

viktorh
  • 152
  • 13