How can I get the indexes of a data tiddler in the order they are given there?

Behind the scenes, the name/value pairs in a dictionary tiddler are represented as a JSON object. JSON objects do not maintain a guaranteed ordering and so we can’t reliably retain the ordering of the data in the file.