📜  可以在 JSON 中使用注释吗? - Javascript代码示例

📅  最后修改于: 2022-03-11 15:03:12.079000             🧑  作者: Mango

代码示例1
{
  "//": "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"
}