Good question.
But in JSON arrays can be of any value type e.g.
[ "string" , 123, null , { "foo": "bar" } ]
----------------------------------------
David A. Lee
http://www.xmlsh.org
-----Original Message-----
From: Stephen Green [mailto:]
Sent: Thursday, February 03, 2011 11:41 AM
To: David Lee
Cc:
Subject: Re: [xml-dev] #Announce published JXML schema, an XML schema for
representing the JSON data model
With the 'array', the schema allows array members of different
datatypes; shouldn't it be enforced that they all be the same type?
----
Stephen D Green