Eclipse Json Editor Plugin Help -> Eclipse Marketplace..

在Find 輸入 Json Editor

 設定*.json 預定開啟 Json Editor

 結果

jsondata.json資料

{
 "items":
  {
   "item":
    [
     {
      "id": "0001",
      "type": "donut",
      "name": "Cake",
      "ppu": 0.55,
      "batters":
       {
        "batter":
         [
          { "id": "1001", "type": "Regular" },
          { "id": "1002", "type": "Chocolate" },
          { "id": "1003", "type": "Blueberry" },
          { "id": "1004", "type": "Devil's Food" }
         ]
       },
      "topping":
       [
        { "id": "5001", "type": "None" },
        { "id": "5002", "type": "Glazed" },
        { "id": "5005", "type": "Sugar" },
        { "id": "5007", "type": "Powdered Sugar" },
        { "id": "5006", "type": "Chocolate with Sprinkles" },
        { "id": "5003", "type": "Chocolate" },
        { "id": "5004", "type": "Maple" }
       ]
     }
    ]
  }
}

參考: https://marketplace.eclipse.org/content/json-editor-plugin http://sourceforge.net/projects/eclipsejsonedit/ http://blog.sina.com.cn/s/blog_b36e51860101hqjb.html JSOND練習 http://adobe.github.io/Spry/samples/data_region/JSONDataSetSample.html JW3Schools Home JSON Tutorial JSON: JavaScript Object Notation. http://www.w3schools.com/json/json_intro.asp

 

其它文章

文章標籤
全站熱搜
創作者介紹
創作者 PG Levin Li 的頭像
PG Levin Li

程式開發學習之路

PG Levin Li 發表在 痞客邦 留言(0) 人氣(516)