Re: JSON: another option for the format

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:37 UTC