Hi Alain,
Thanks for the comment.
> What about these funny JSON objects:
Three of these are covered by the existing description:
> {"p": [""]}
<json><p array="true" type="string"/></json>
> {"p": [null]}
<json><p array="true" type="null"/></json>
> {"p": [[]]}
<json><p array="true"/><_ name="" type="array"/></json>
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?
Steven
> Thanks! --Alain
>> Le 17 septembre 2014 à 14:52, Steven Pemberton
>> <Steven.Pemberton@cwi.nl> a écrit :On Wed, 17 Sep 2014 14:33:04 +0200,
>> Steven Pemberton<Steven.Pemberton@cwi.nl> wrote:> AGENDA ITEMS:>
>> =============>> Topic: JSON representation> [No link]Updated as agreed
>> last week.
>> https://www.w3.org/MarkUp/Forms/wiki/XForms_2.0#External_JSON_values
>> Steven