Re: Agenda 2014-09-17

> Le 17 septembre 2014 à 15:20, Steven Pemberton <Steven.Pemberton@cwi.nl> a
> écrit :
> 
> 
>   > > 
> >   {"p": [[]]}
> > 
> >  >  <json><p array="true"/><_ name="" type="array"/></json>
> 

<json><p array="true"><_ name="" array="true"/></p></json>

Is that right?

> 
>  But this one, I don't think is covered properly:
> 
>     {"p": [{}]}
> 
>  because the current description doesn't distinguish between this and
> 
>      {"p": []}
> 
>  that is between an empty array, and an array containing just an empty object.
> 
>  Ideas?
> 
> 

<json><p array="true"><_ name="" object="true"/></p></json>

while {} is converted to <json/>, right?

--Alain

Received on Wednesday, 17 September 2014 13:32:43 UTC