类型错误:无法将 Net::HTTPOK 转换为字符串

发布于 2025-01-07 20:11:34 字数 260 浏览 0 评论 0原文

我正在使用 net/httpjson 使用 Google 的地理编码 API 对地址进行地理编码。这里是抛出错误的地方:

response = Net::HTTP.get_response(URI.parse(url))
result = JSON.parse(response)

响应属于 Net::HTTPOK 类,但我想访问实际的 JSON 响应数据(而不仅仅是状态代码)。

I'm using net/http and json to geocode an address using google's Geocoding API. Here is where the error is being thrown:

response = Net::HTTP.get_response(URI.parse(url))
result = JSON.parse(response)

The response is of class Net::HTTPOK, but I want to access the actual JSON response data (not just the status code).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

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