输出 JSON 的简单 Web 服务
我想构建一个简单的 Web 服务,输出 JSON 来测试 iPhone 上的解析器。
我考虑过使用公共 api,如 twitter 等,但我想使用自定义 JSON 文本进行小型概念验证测试。
我正在使用带有 Apache 的 MAC。 我启动了 Web 服务器,并且可以从 127.0.0.1 访问显示 Hello World 的 HTML 页面 有人可以指导我如何修改 HTML,以便当我发布 NSURLRequest 时,我得到的只是 JSON 文本。不是 HTML/XML 中的 JSON,而是纯 JSON 文本。 像 -http://twitter.com/statuses/public_timeline.json
任何线索都非常感激。
谢谢 开发。
I want to build a simple web service that outputs JSON to test a parser on iPhone.
I have considered using public apis like twitter etc but I want to use a custom JSON text for a small proof of concept test.
I am using a MAC with Apache.
I got the web server up and I can access an HTML page saying Hello World from 127.0.0.1
Can someone guide me as to how can I modify the HTML such that when I post a NSURLRequest, all I get back is JSON text. Not JSON in HTML/XML but plain JSON text.
Something like -http://twitter.com/statuses/public_timeline.json
Any leads much appreciated.
Thanks
Dev.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就在这里 - http://www.youtube.com/watch?v=7k- suIGS_1k
以防万一其他人也在寻找同样的东西。
Got it right here - http://www.youtube.com/watch?v=7k-suIGS_1k
Just in case some one else is looking for the same thing.