#includeIn this example, we create an instance of the OutputList class and set the output format to "json". We then call the disableAllBut function with the parameter "csv", which disables the "json" format. The package library for OutputList is likely to be a C++ library for handling formatted output.OutputList outputList; outputList.setOutputFormat("json"); outputList.disableAllBut("csv");