json.writeStringLiteral(config.appInfo.getDeployment());
json.writeKey("applicationNode");
json.writeStringLiteral(config.appInfo.getNodeId());
json.writeKey("applicationVersion");
json.writeStringLiteral(config.appInfo.getVersion());
json.writeKey("applicationInstanceHtmlColorCode");
json.writeStringLiteral(config.appInfo.getHtmlColorCode());