Does JSON support comments ?
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 |
---|