Spacebars and a JSON object with "space in in the key"

Best way to deal with an array of JSON in spacebars where I can’t use dot notation?

i.e.

item[“My Key”]

Currently mapping over it on the server to remove the space before passing it to the client but not sure if this is best practice… Or if spacebars can handle it without my map?