Foros de discusión

Order problem with Liferay JSON object

thumbnail
Juhi Kumari, modificado hace 9 años.

Order problem with Liferay JSON object

Expert Mensajes: 347 Fecha de incorporación: 12/12/11 Mensajes recientes
Hi,

Using Liferay JSON object I am sending my data from java to jsp. Due to some restriction I cant use JavaScript/JQuery so using jsp's
scriptlet tag iterating the data in jsp. Data is displaying but not in the same order in which I sent from my java class. How to acheive
the same order??
If have any idea please share!!


Regards,
Juhi
thumbnail
shailendr Singh, modificado hace 9 años.

RE: Order problem with Liferay JSON object

New Member Mensajes: 4 Fecha de incorporación: 4/07/14 Mensajes recientes
You cannot and should not rely on the ordering of elements within a JSON object.
"An object is an unordered set of name/value pairs "
As a consequence, JSON libraries are free to rearrange the order of the elements as they see fit.

for more information http://www.json.org/