Hello,
I have a couple of questions concerning the XML/JSON mapping, described in the documentation JSON Module/JSON Functions.
1) The text says: "As arrays have no names, <value/> is used as element name."
But I suppose it should be "array members", rather than "arrays", as an array may of course be associated with a name as any other JSON item. Correct?
2) So are there all in all 6 reserved attributes names (type, numbers, booleans, nulls, objects, arrays) and 2 reserved element names (json, value)? Or have I forgotten some names?
Thank you very much.
Hans-Juergen