java - Grails JSON converter does not respect array order? -
java - Grails JSON converter does not respect array order? -
this first question @ so. not last.
i have 3 tier application this
javascript (mootools) <-> grails 1.3.7 <-> j2ee (<-> persistance layer)
as know, grails has wonderful conversion tool, allowing serialize object json. i'm seeing weird behavior in json output, order of arrays not preserved. in java backend it's represented dto several list attributes containing more dto's, requested grails via remote ejb. it's serialized json , passed javascript. in case grails application proxy.
has else experienced serializing problem in grails or should start search farther downwards stack?
the json conversion should 1:1, i'm trying rule out culprit here.
best regards, michael
-- edit: wasn't json conversion obscure place farther down.
java json grails ejb
Comments
Post a Comment