TsgcWSPClient_Dataset › Properties › AutoEscapeText
Automatically escape/unescape reserved characters inside string field values.
property AutoEscapeText: Boolean read FAutoEscapeText write FAutoEscapeText;
—
When True, string field values containing characters that would break JSON parsing (for example "{", "}", "[", "]", """) are escaped before being sent and unescaped on arrival. Disabled by default; enable it when your Dataset holds free-form text or embedded JSON. Every peer must use the same setting.
oProtocol.AutoEscapeText := True;