|
PJSON.parse() return error 1132
|
12/21/2012 3:00 PM
post98288
|
PJSON.parse() return error 1132
We have a code block worked fine for quite a while, but on the latest trunk 3554 build,
PJSON.parse(request.data.toString()) got error 1132. Anyone had the similar problem? Thaks in advance.
request.data = Base64.decode(d.data);
var obj:Object = PJSON.parse(request.data.toString());
|
|
|