Hi , i have a application that resolve an dynamic sql .
For example i send using a webservice
select name, surname, address, telephone from customers
when i receive the fields i use json for decode and i receive:
name, telephone, address, surname
the fields are dynamics, but when i convert from json to map. then the order change and i don't know why ocurrs this.
Is possible know what criteria use json for decode?
For example i send using a webservice
select name, surname, address, telephone from customers
when i receive the fields i use json for decode and i receive:
name, telephone, address, surname
the fields are dynamics, but when i convert from json to map. then the order change and i don't know why ocurrs this.
Is possible know what criteria use json for decode?