Gets and sets the property CustomJson.
A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values.The string should be in the following format and must escape characters such as '"'.:
CopyC#
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration JSON.

C# |
public string CustomJson { get; set; }