JSON does not really have comments AFAIK.
The safest option is to use _mycomment:"comment text" style entries.
If you still want a real comment then /**/ block comments probably have a higher chance of working across parsers...
The safest option is to use _mycomment:"comment text" style entries.
If you still want a real comment then /**/ block comments probably have a higher chance of working across parsers...
Comment