Answers for "comments in json"

7

how to comments in json file

{
	"_comment": "comment text goes here...",
    "name": "your-app-name",
    ...
}
Posted by: Guest on January-30-2021
4

Can comments be used in JSON ?

{
  "//": "Some browsers will use this to enable push notifications.",
  "//": "It is the same for all projects, this is not your project's sender ID",
  "gcm_sender_id": "1234567890"
}
Posted by: Guest on October-14-2021
-2

comment in json file example

_comment
Posted by: Guest on September-06-2021

Browse Popular Code Answers by Language