Does JsonParse respect order?

I am using a JSON formatted string like below to persist information about the menu options selected when I go from flow A to flow B.

If I use JsonParse in architect on the above string, does it respect the order of the array? As a JSON formatted string I consciously made sure to have each object inserted in time order and if I use JsonParse does it make sure that this order is not disturbed or is the order of the JSON objects not guaranteed within the list?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.