Accessing data properties in array of dictionaries in Action Script
Hello all, I am trying to access properties of dictionaries in an Action Script. Here is the basic array structure: [ { "is_bot" : "false", "participantId" : "f09b5accdbd35700ba385ce2ca96197d", "participantType" : "CLIENT" }, { "is_bot" :...