can i make a comment in json code example
Example 1: comments in json
JSON does not support comments.
/* CSS/PHP/JS/SQL
Multiple Lines
\*
#Python
'''Python
Multiple Lines'''
Example 2: how to comments in json file
{
"_comment": "comment text goes here...",
"name": "your-app-name",
...
}