Can I use comments inside a JSON file? If so, how?
It depends on your JSON library. Json.NET supports JavaScript-style comments, /* commment */.
/* commment */
See another Stack Overflow question.