o access a key of an object with a string, you have to use associative array notation. code example
Example: javascript init associative array
var arr = { "one": 1, "two": 2, "three": 3 };
var arr = { "one": 1, "two": 2, "three": 3 };