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.

...