I am experimenting with the new Visual Studio and I see that in the new project structure and in the configuration the files JSON is used intensively, to the detriment of the XML that was used before in web.config , etc.
The fact is that I would like to leave commented some dependencies in the file config.json and I find that, using // to comment a line, the syntax coloring acts correctly, but the compiler does not swallow it.
Is there any special syntax for these types of comments at least in the configuration files?