- From: Liam R. E. Quin <liam@w3.org>
- Date: Sat, 21 Nov 2015 14:26:33 -0500
- To: Erik Bruchez <erik@bruchez.org>, "public-xformsusers@w3.org" <public-xformsusers@w3.org>, Forms WG <public-forms@w3.org>
On Fri, 2015-11-20 at 14:33 -0800, Erik Bruchez wrote: > All, > > The following JSON: > > {"g": [["a", "b", "c"], ["d", "e"]]} > > currently translates to: > > <json object="true"> > <g array="true"> [...] Have you looked at the JSOn to XML mapping used by XSLT 3 and XQuery 3.1? In particular, what do you do about cases like { "< <": [[ "1 2 3" ] { "_" : 6 } ]} ? Such cases are more common than one might like. (where would I look for the answer?)
Received on Saturday, 21 November 2015 19:26:38 UTC