使用javascript删除JSON开头和结尾的括号

时间:2015-10-27 15:22:49

标签: php json trim parentheses

我正在通过curl在PHP中执行API请求。我的请求的结果是JSON。但是,JSON在括号之间,如下所示:

({
    "version": "3.2.2 build 276 (20121126)",
    "type": "clipquery",
    "select": {
        "query": "world"
    },
    "limit": "",
    "numberofresults": 17,
    "results": [

    ],
    "errors": [

    ],
    "debug": {
        "runtime": 0.046874046325684
    } 
})

JSONLint说我的JSON无效。这是正确的。但是,我找不到如何删除括号。

0 个答案:

没有答案