I just tried Lucee 6 and I noticed two things:
DeserializeJSON()
doesn’t work with an emtpy string anymore. Is this intended?- We fill a struct with
a,b,c
and now theStructKeyList()
is likeb,a,c
. Is there any reason for this?
Update: Point 2 is possible wrong in Lucee 5. I have a query returntype="array"
and the colums are b,a,c
so the struct in Lucee 6 is type “ordered” and correct.
Thanks, Michael