[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpjson' (#fcl)

TJSONString.StrictEscaping

Use strict escaping

Declaration

Source position: fpjson.pp line 390

public TJSONString.StrictEscaping : Boolean;

Description

StrictEscaping indicates that only the absolutely necessary characters will be escaped (when set to True) when convering string values to JSON If set to False/ will also be escaped, although this is strictly speaking not necessary.

See also

StringToJSONString

  

Convert a string to a JSON-escaped string


Documentation generated on: May 14 2021