我正在使用 SBJson 来解析 JSON 字符串。有些请求会返回这样的想法:
{
"jsonResponse":[{
"id":"2",
"name":"Somename",
"title":"Json problem:"ErrorParsing"", //problem is here. with double quotations. how to remove them or remove error? When i delete brackets before and after ErrorParsing, it works good.
"otherinfo":"blabla",
}]
}