is there a possibility to deactivate the case correction in the editor section by section?
I would like to use this auto-correction and not deactivate it globally.
But I absolutely need the lower case for the following structure, as this is adopted by InsertJSONStructure().
What else can I do, that "data._data" will kept lower case?
Code: Select all
Structure _data
url.s
EndStructure
Structure _JSONResponse
data._data
success.b
status.i
EndStructure