Add JSON sorter functionality to FlowScript (Playground)
Now and again I need to define my data type in FlowScript(by get the definition from IFS - API Explorer and using the Inferred result type functionality in the playground).
Usually I dont need the whole datatype only a few specific KeyPairs but these can sometimes be hard to find as the datatype can be large and not in any kind of order.
So a built in JSON sorter that will take a JSON as input and order the KeyPairs by KeyName or KeyValue (selectable by user) and return with a ordered JSON would be a nice to have feature.
(Of course you can do this by creating a Flowscript by yourself but would be a nice to have feature built in to Flowscript)
See picture for an example