2014-10-11 82 views
0

我在這個json文檔中找不到錯誤,我試圖在jsonlint上驗證它,但無法理解錯誤。在json文檔中找不到錯誤

{ 
"type": "mongodb", 
"mongodb": { 
    "servers": [ 
     { 
      "port": 27017, 
      "host": 「abc.com」 
     } 
    ], 
    "options": { 
     "secondary_read_preference": true 
    }, 
    "db": 「abc」, 
    "collection": 「abc」 
}, 
"index": { 
    "name": 「abc」, 
    "type": 「id」 
} 
} 

這裏是jsonlint結果截圖
enter image description here

請解釋一下什麼是錯的。

回答

5

您正在使用錯誤的雙引號,您應該使用"而不是