[Top]
Tools
Tools.JSON
Tools.JSON.JSONUtils
|
Method Tools.JSON.JSONUtils.Enquote()
- Method
Enquote
-
string Enquote(string s)
- Description
-
Produce a string in double quotes with backslash sequences in all the right places.
- Parameter s
-
A String
- Returns
-
A String correctly formatted for insertion in a JSON message.
|