jsonUtils problem
Hi.Can't understand why jsonUtils.toJSONObject(obj) always returns null.In js debugger I evaluate expressionbj = {}jsonUtils.toJSONObject(obj)and it always returns null. I've experimented with many different objects, but result is the same.Am I d...