私はJSJon文字列で解析するのに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",
}]
}
だと思います
でなければなりません。とにかく、これは有効なJSON文字列ではないため、使用しているWebサービスに問題がある可能性があります。 –
大括弧で囲まれた二重括弧 "Hello" World "" –
これはWebサービスの問題です。ありがとう –