99re热视频这里只精品,久久久天堂国产精品女人,国产av一区二区三区,久久久精品成人免费看片,99久久精品免费看国产一区二区三区

json

2018-02-24 15:18 更新

X分鐘速成Y

其中 Y=json

源代碼下載:?learnjson-cn.json

因為JSON是一個極其簡單的數(shù)據(jù)交換形式,這個最有可能將會是曾經(jīng)最簡單 的Learn X in Y Minutes。

最純正形式的JSON沒有實際的注解,但是大多數(shù)解析器將會 接受C-風格(//, / /)的注解。為了這個目的,但是, 一切都將會是100%有效的JSON。幸虧,它是不言自明的。

{
  "numbers": 0,
  "strings": "Hell?, w?rld. All unicode is allowed, along with \"escaping\".",
  "has bools?": true,
  "nothingness": null,

  "big number": 1.2e+100,

  "objects": {
    "comment": "Most of your structure will come from objects.",

    "array": [0, 1, 2, 3, "Arrays can have anything in them.", 5],

    "another object": {
      "comment": "These things can be nested, very useful."
    }
  },

  "silliness": [
    {
      "sources of potassium": ["bananas"]
    },
    [
      [1, 0, 0, 0],
      [0, 1, 0, 0],
      [0, 0, 1, "neo"],
      [0, 0, 0, 1]
    ]
  ],

  "that was short": "And, you're done. You now know everything JSON has to offer."
}
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號