mercredi 12 février 2020

How do I write comments inside a JSON document?

How do I write comments inside a JSON document?

I am try to write comments like

{
  "myObject": { /* this is my first comment that works just fine for me*/
  "foo":"bar", /* this is a comment that also works... after comma important */
  "foo2":"bar2" // this comment will throw an exception
 }
}

Aucun commentaire:

Enregistrer un commentaire