JSON Comments Summary
- JSON does not support comments by design
- You can add comments in JSON as custom elements
- "//" and "_" are the most commonly used comment prefixes
- You can use JSON preprocess that remove comments before parsing
- Microsoft JSONC format has built-in support for comments