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結果截圖
請解釋一下什麼是錯的。