API JSON Response

Hi all, sometimes the JSON attributes appears in different order. I think if when you add a new attribute to the JSON response. New versions?

My point is, this change the index of some attributes if you add the new attribute before old attributes. If we are using index position to parse some values this broke our queries.

It is possible to add the new attributes to the end? Or We would like to get this information before the changes broken our queries.

All the best

We ave no report that this is happening. In any case, you should parse the
JSON according to the name attributes and not depend on the order (that is
in general a good practice).

Thank you.