JSONFormat and sorting

So this may not be possible but thought I might ask. So in short what I am trying to do is log out what another employee needs to put into their project.json per project

I have a template json I read in that has some defaults and a starting point. This is the general layout we use

But when I log it out, it sorts it all by alphabetic order which i get. My brain is tired and this might be an easy fix but anyway to have it log out in the same order as the template so can easily be copied and pasted easier after I add data to it?

To add. It being in alphabetic order is probably the correct way it should be setup but many of our existing project.json have it in this order so just trying to mimic that in the log is all

@GTPWilks As you know, it doesn’t matter in what order the items are in the JSON in order to perform operations especially in your case like project settings.

But for your ask like readability or any other case like mine (https://forums.eggplantsoftware.com/t/property-lists-query-in-the-same-order-as-it-is), if SenseTalk could provide an option not to automatic sort would help here. But as of now, No such option if you read this thread.