Comment is not supported in JSON but we can do the trick - to add the
comment
inside the object as a
property
{  
    "employee": {  
        "name": "George",   
        "a0ge": "30",   
        "city": "Tbilisi",   
        "comments": "The best student ever"  
    }  
}
by Valeri Tandilashvili
4 years ago
JSON
comments
JSON Tutorial
2
Pro tip: use ```triple backticks around text``` to write in code fences