输出 JSON 的简单 Web 服务

发布于 2024-10-01 11:35:06 字数 371 浏览 6 评论 0原文

我想构建一个简单的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仅此而已 2024-10-08 11:35:06

就在这里 - 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文