Control strict JSON string encoding
Source position: jsonwriter.pp line 131
public property TJSONStreamWriter.StrictStrings : Boolean |
StrictStrings controls whether string encoding follows strict JSON rules. When True, all non-ASCII characters are escaped using Unicode escape sequences. When False, only the minimal required characters are escaped according to JSON syntax.
|
Convert a string to a JSON-escaped string. |