docs.inedo.com →
inedo.com →
BuildMaster SDK Reference
Version:
5.6.0
5.5.0
5.3.0
5.2
5.1
5.0
4.9
4.7
4.5
4.4
4.3
4.2
4.1
4.0
BuildMaster SDK
Inedo
InedoLib.Util.JavaScript
JsonEncode(string)
JsonEncode(string s) Method
Escapes characters necessary to encode the string in JSON format.
Syntax
public
static
string
JsonEncode(
string
s)
Parameters
s
Type: string
String to encode.
Returns
Encoded string.