Good afternoon,
I have a DataWindows that I want to take to Json, but the problem is that it is not respecting the upper and lower case of the headers. How was this solved?
//ls_json_resultado = lds_select.ExportJson( )
ls_json_resultado = lds_select.ExportRowAsJSON ( row)
mle_response_headers.text = ls_json_resultado
Example