Can I ask a stupid question:
Why are tags a list instead of a dictionary?
Makes it really annoying to parse through. Right now I have to create a for loop to with an if statement since the data is unordered.
Am I missing something?
Can I ask a stupid question:
Why are tags a list instead of a dictionary?
Makes it really annoying to parse through. Right now I have to create a for loop to with an if statement since the data is unordered.
Am I missing something?
A dictionary would not allow the same key twice, right? Many events use repeated "keys".