Can comments be used in JSON?
JSON does not support comments. Comments have to be data.
The JSON is data only, the format does not support comments. If you have to include comments, it will be data too as in the following example:
{
{ "firstname": "Kevin",
"lastname": "Smith" },
{ "firstname": "Bob",
"lastname": "Walker" },
{ "comment" : "This is a list of volonters" },
}
JSON does not support comments. Comments have to be data.
The JSON is data only, the format does not support comments. If you have to include comments, it will be data too as in the following example:
{
{ "firstname": "Kevin",
"lastname": "Smith" },
{ "firstname": "Bob",
"lastname": "Walker" },
{ "comment" : "This is a list of volonters" },
}
JSON does not support comments. Comments have to be data.
The JSON is data only, the format does not support comments. If you have to include a comment, it will be data too as in the following example:
{
{ "firstname": "Kevin",
"lastname": "Smith" },
{ "firstname": "Bob",
"lastname": "Walker" },
{ "comment" : "This is a list of volonters" },
}
# | ID | Query | URL | Count |
---|---|---|---|---|
0 | 2822 | Donnée moi la différence entre fichier et répertoire | https://en.ans.wiki/716/can-comments-be-used-in-json | 1 |