I am trying to load a dictionary from a project file. I see how to read it using an ajax object, but I am not sure how to take that data and load it into the dictionary.
I setup a trigger for when Ajax is completed. I then add a dictionary load action and load from Ajax.LastData, but it isn't loading into the dictionary. I can send it to a text box and I see the data from the file, but the dictionary data doesn't change/load.
Here is the string that is in the file (exact):
{"c2dictionary":true,"data":{"ColorTV":0,"Freezer":1,"Suit":2"Refrigerator":3,"Stove":4}}
Any suggestions?