Hi! I have a custom iterator that needs to execute in the order specified in the data structure being passed to it. It seems, however, that the order is getting lost when it enters the looping code and gets converted to a dict.
Does anyone know if there’s a way to maintain the order of the elements of a loop? I’ve looked at the lookup_plugins for some guidance but have not found any inspiration
I need the cmd_build to come before cmd_release as defined in the json, bu it seems that somewhere along the line the json is getting turned into a dict and losing its order . . .