{"x:": 3}
yields a
SyntaxError: Unexpected token :
when fed to JSON.decode.
Is this a known issue? Is Adobe actively maintaining as3corelib? Or
is it being maintained just by the contributors on the Google code
project site?
Any thoughts or help would be greatly appreciated.
I was running the .swf in Chrome and was debugging its behavior by
having Flash use ExternalInterface to call console.log.
Unfortunately, this got poorly translated into the JavaScript
expression
console.log(({x::3}))
which correctly throws an error in the browser.
Debugging in Firefox yielded a much more helpful error message, which
enabled me to figure out what was actually going on.