[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JSON - Why does not this work?

Status
Not open for further replies.
N

Neil Treeby

Guest
The correct format for JSON for a dataset would be: {"dataset": { "temptable1": [{"field1": "vaue1", ...}, {"field1": "value1", ...}], "temptable2": [{"field2": "value2", ...}, {"field2": "value2", ...}] } } Each temp-table in the dataset is a separate object. The temp-table data is represented by a JSON array, with each row of a the temp-table represented by an object in the array.

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