how to comments in json file

JavaScript
JSON does not support comments.

/* CSS/PHP/JS/SQL
Multiple Lines
\*
#Python
'''Python
Multiple Lines'''
{
	"_comment": "comment text goes here...",
    "name": "your-app-name",
    ...
}
Source

Also in JavaScript: