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#
CopyC#"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration JSON
 Declaration Syntax
 Declaration Syntax| C# | 
public string CustomJson { get; set; }