Answers for "how to comments in json file"

29

comments in json

JSON does not support comments.

/* CSS/PHP/JS/SQL
Multiple Lines
\*
#Python
'''Python
Multiple Lines'''
Posted by: Guest on September-06-2020
6

how to comments in json file

{
	"_comment": "comment text goes here...",
    "name": "your-app-name",
    ...
}
Posted by: Guest on January-30-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language