Last active
June 21, 2026 08:04
-
-
Save MoOx/5271067 to your computer and use it in GitHub Desktop.
How to make comment in JSON file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "//field": "These 'double quote' 'double quote' are used as comments, because JSON doesnt' allow comment", | |
| "field": {}, | |
| "#another-field": "Another comment", | |
| "another-field": {}, | |
| "/*stuff": "Be careful to use them when you have full control of the content :)", | |
| "stuff": [], | |
| "bla": "bla" | |
| } |
You can add a dedicated key to your JSON Safe Pest Sol object for storing comments—JSON parsers that don’t recognize it will simply ignore it, allowing you to include notes without affecting functionality.
RC Particulars Check Online helps vehicle owners verify important Registration Certificate details such as owner information, vehicle class, registration date, fuel type, and registration status. By using official platforms like Parivahan, users can access accurate vehicle records online by entering the registration number.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a trick I've seen somewhere in popular code Mapquest directions but can't remember where, sorry.