We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd2cab commit e9f5f3bCopy full SHA for e9f5f3b
src/AppInstallerCLICore/Commands/DscCommandBase.cpp
@@ -307,6 +307,8 @@ namespace AppInstaller::CLI
307
{
308
Json::StreamWriterBuilder writerBuilder;
309
writerBuilder.settings_["indentation"] = "";
310
+ writerBuilder.settings_["commentStyle"] = "None";
311
+ writerBuilder.settings_["emitUTF8"] = true;
312
context.Reporter.Json() << Json::writeString(writerBuilder, value) << std::endl;
313
}
314
0 commit comments