On 2011-12-09 12:23, Thomas Mueller wrote:
Hi,

if this is supposed to be a generic format for use outside
Jackrabbit. But I'm starting to believe it's not.

*If* we want to support ordered collections, than the JSON mapping
should contain additional information on the sort order of the members.
Like this:

{"a": {}, "b": {}, "c": {}, "{somejcrrelateduri}sortorder": [ "a", "b",
"c" ] }

-1 that's too weird for me. Also, duplicating data is always problematic.
...

Well, it's required if you want to be able to produce these documents using a JavaScript implementation. If that's not a goal, we may want to state that somewhere.

Best regards, Julian

Reply via email to