So I am loading some Json that is transformed from RSS beforehand. This RSS has colons in it's namespaces and the conversion script doesn't strip them.
JQuery loads the json file fine, but when I try calling anything with the colon in it's name like
alert(data.rss.channel.item.kuler:themeItem.kuler:themeSwatches.kuler:swatch[0].kuler:swatchHexColor);
My javascript console throws an error. Any ideas? ( I already tried unicode )