[Progress Communities] [Progress OpenEdge ABL] Forum Post: Create JSON

  • Thread starter Thread starter dvega
  • Start date Start date
Status
Not open for further replies.
D

dvega

Guest
Hi, Please could you help me to generate this JSON file, my doubt is about the two first fields, the other are records of a temp table is not problem. { "exito": true, "message": "", ...... I put the two temp table on a Dataset, but I got the follwing. {"dsDirEnvio": { "": [ { "exito": true, "message": "Correcto" } ], "data": [ Thank you in advanced. DIEGO FERNANDO VEGA { "exito": true, "message": "", "data": [{ "iddireccion": "000989vcj 010", "nombre": "testing", "numero": "", "condado": "LOS ANGELES", "comp_env": "DIA SIG", "nombre_cd": "BEVERLY HILLS", "colonia": "Colonia referencia", "folio": 10, "complemento": "Complemento referencia", "etiqueta": "testing", "ciudad": "Beverly", "cp": "12210", "estado": "CA", "tipo": "ALTERNA", "clv_pais": "USA", "correo": "correo@gmail.com", "direccion": "conocida", "telefono": "1234567890" }, { "iddireccion": "000515vcj0aa", "nombre": "test2", "numero": "", "condado": "HARRIS", "comp_env": "DIA SIG", "nombre_cd": "HOUSTON", "colonia": "Colonia referencia", "folio": 11, "complemento": "Complemento referencia", "etiqueta": "test2", "ciudad": "BOSTON", "cp": "11007", "estado": "TX", "tipo": "ALTERNA", "clv_pais": "USA", "correo": "correo@test.com", "direccion": "test 2", "telefono": "1212121212" }] }

Continue reading...
 
Status
Not open for further replies.
Back
Top