From post:
Sending a JSON array to be received as a Dictionary
I’m trying to do this same thing as that post. The only issue is that I d
You can use maps with Map, like this:
var sayings = new Map(); sayings.set('dog', 'woof'); sayings.set('cat', 'meow');