使用 API,尝试获取特定提要中的项目会返回以下内容:
{“direction”:”ltr”,”id”:”feed/ http://arstechnica.com/index.rssx”,”title”:”Ars Technica”,”description”:”The Art of Technology”,”自我”:[{“href”:” http://www.google.com/reader/api/0/stream/contents/feed/http://arstechnica.com/index.rssx?ot \u003d1273193172856169\u0026r\ u003dn\u0026xt\u003duser/-/state/com.google/read\u0026n\u003d4\u0026ck\u003d1273193873\u0026client\u003diPadReader"}],”alternate”:[{"href":" http://arstechnica.com/ index.php ","type":"text/html"}],”updated”:1273193873,”items”:[]}
它们看起来像键/值对,但它是带有 UTF8 字符串编码的纯文本,不会编码到字典中。我正在使用Objective-C,但我不确定从这里去哪里。到目前为止,我已经能够解析未读项目的 XML 响应,但解析纯文本看起来并不可行。你的做法是什么?