as3corelib
as3corelib copied to clipboard
JSONDecoder constructor is not backwards compatible.
With the new strict flag, JSON.decode is backwards compatible, however the constructor for JSONDecoder is not backwards compatible, it still expects 2 parameters.
Some libraries use this class directly, and thus are not compatible with the latest as3corelib.
Can you change the constructor to
JSONDecoder( s:String, strict:Boolean=true )
matt.