I'm experimenting with the new Visual Studio
one and I see that the new project structure and configuration make heavy use of the files JSON
, to the detriment of the XML
one used before in the web.config
, etc.
The thing is that I would like to comment out some dependencies in the file config.json
and I find that, using it //
to comment out a line, the syntax colorizer works correctly, but the compiler doesn't buy it.
Is there any special syntax for this kind of comments at least in the configuration files?