Hi all,

The following line will throw an assertion error: "The key '0' is not a 
valid JavaScript identifier."

    qx.data.marshal.Json.createModel({"0" : "test"});

I can see why this error is thrown, but I think the marshaller should be 
able to handle this special case, especially since the following is also 
valid:

properties :
{
    "0" : { nullable : true }
}

....

obj.set0("some value");


Is this a bug or is it working as intended?


Regards,
Marc


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to