清单是无效的JSON。行:3,列:12,语法错误。 Chrome错误json文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清单是无效的JSON。行:3,列:12,语法错误。 Chrome错误json文件相关的知识,希望对你有一定的参考价值。

清单是无效的JSON。行:3,列:12,语法错误。

{
    "name": "invite all fb1",
    "version"; "1.0",
    "manifest_version": 2,
    "description": "Here you can test the new Invite all for the new invite box in fb",
    "browser_action": { 
    "default_icon": "icon.png"
    }
}

http://imgur.com/CxAUSlE

答案

你在"version"; "1.0"中有语法错误。将其更改为"version": "1.0",

{
    "name": "invite all fb1",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Here you can test the new Invite all for the new invite box in fb",
    "browser_action": { 
    "default_icon": "icon.png"
    }
}
另一答案
{
    "name": "invite all fb1",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Here you can test the new Invite all for the new invite box in fb",
    "browser_action": { 
    "default_icon": "icon.png"
    }
}

在版本之后用;替换了:"version": "1.0",

以上是关于清单是无效的JSON。行:3,列:12,语法错误。 Chrome错误json文件的主要内容,如果未能解决你的问题,请参考以下文章

清单第 1 行,第 1 列,推送到生产时的语法错误

第 3 行错误:PL/SQL: ORA-01747: 无效的 user.table.column、table.column 或列规范

游标问题和语法 PLSQL

Postgres INSERT 为 json 返回“无效的输入语法”

加载数据文件语法 - 第 1 行 CSV 中的无效字段计数

Hive:SemanticException [错误10002]:第3:21行无效的列引用'name'