0 votes
in JSON by
Can a comment be added inside a JSON file?

1 Answer

0 votes
by

As per the structure, JSON doesn’t support any comments. Although, a Key or data object can be used to hold your comments. We need to just make sure that during the processing of the JSON, your application ignores the given data element.

Related questions

0 votes
asked Nov 4, 2020 in JSON by rahuljain1
0 votes
asked Jul 21, 2020 in JSON by SakshiSharma
...