[Progress Communities] [Progress OpenEdge ABL] Forum Post: Write-Json On Dataset and Temp-table Omits logical fields with value = False

  • Thread starter Thread starter olehansen
  • Start date Start date
Status
Not open for further replies.
O

olehansen

Guest
HI All. I have a Pasoe rest API where in one of the request the response is a temp-table defined in a dataset with among others one logical field. When this field has the value "true" the field comes out ok in the response Json, but when it is set to false, the field disapears from the response json and is not shown. Why is that? I am using write-json on dataset for the output. dataset dsResponse:WRITE-JSON ("longchar", oinvoice,FALSE,"UTF-8",YES,YES). Any response would be appreciated. Verion in use is Openendge 11.7.3

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