How to decode Json file. My code
var bytes:ByteArray = new json_file();
var json:String = bytes.readUTFBytes(bytes.length);
var arr:Object = JSON.decode(json);
I'm getting the following error when I run the above command
Access of undefined property JSON.
-JSON