问题标签 [jsonobjectrequest]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
184 浏览

java - 与 JSONObjectRequest 同步 (Android)

我正在制作一个 Android 应用程序,我需要制作一个 JSONObjectRequest 以从github 存储库中的 a获取参数 ( logo) 。package.json

这是我发出 JSON 请求的方法

logo在类中定义了一个遵循单例模式的变量 ( ) Global,因此我可以在程序中的任何地方访问它。发出此请求后,我想设置一个值为 logo 的变量。

这是我调用前一个函数的一段代码。

我注意到该onResponse部分是最后一个要执行的部分,所以当我做的时候setLogoPath(Global.getInstance.getLogo())logo 仍然是空的,所以我不能logoPath在上一行中设置。我想等到它被执行,所以它不会为空。

有什么办法让它同步,所以我可以做到这一点?

非常感谢你

0 投票
3 回答
131 浏览

java - JsonObjectRequest 总是返回 ErrorResponse

JsonObjectRequest 在 android 中总是返回 onErrorResponse

例如: http ://api.tvmaze.com/search/shows?q=bob

这带来了回复,但运行 of6 android 手机总是出错 有人知道代码有什么问题吗?

0 投票
1 回答
2481 浏览

android - Android Volley Request 返回状态码 200 以响应成功并要求将 Json 中的数据作为原始(正文)发送

我必须发送

在我的请求的原始正文中,它会在成功响应时给出状态代码 200。

如果我使用 JSONobjectrequest,那么它将显示 VolleyParseError。我不知道使用哪个请求。

0 投票
2 回答
746 浏览

android - Android volley 改变了我对 JsonObjectRequest 的响应

我正在尝试使用 volley 库制作标准的 JsonObjectRequest。除了请求的响应外,一切都运行良好。

这是我执行请求的方式:

我期望以下 json 响应:

但从我的 Volley Request 我得到这样的东西:

有谁知道为什么响应的格式是这样的,我怎样才能把它改成我期望的?

0 投票
1 回答
525 浏览

android - 使用 Retrofit2 的 Json 对象请求

我是改装新手。我完成了所有设置。我在 build.gradle 文件中添加了这个 gradle

我的界面是这样的:

我的调用过程是这样的:

jsonObject是这样的:

在这里似乎一切正常,但我没有得到适当的回应。我找到了解决方案。它在这里。有没有人有像 Volley JsonObjectRequest这样的适当解决方案

0 投票
0 回答
55 浏览

java - 我如何缓存 jsonobjectrequest?

我的RecyclerView适配器被声明为

getData()函数定义为

这些东西是在扩展片段的类中定义的。如何缓存原始响应或解析的响应?请帮忙。

我已经在 StackOverflow 上检查了许多答案,但我无法理解如何将它们集成到我的片段类中。

0 投票
1 回答
288 浏览

ios - 如何在不使用框架的情况下快速创建 RequestManager 类

我创建了 5 个类,包括 ProfileHomeModel、ProfileLocationModel、ProfileRequestManager、ProfileTableUserViewController 和 ProfileTableViewCell。我的目标是正确解析 json 并显示数据。我在请求管理器类中遇到了问题。我对 swift 完全陌生。我想在不使用 swiftyJSON 和 Alamofire 的情况下做到这一点。

json数据

{ "success": true, "profile": { "firstname": "Vignesh", "lastname": "Krish", "title": "Software Developer Intern", "designations": null, "specialty": "Computer Science", "location": "0", "email": "vignesh@ampthealth.com", "phone": "4026136265", "biography": "Boxing and Travelling", "interests": "Watching movies", "skills": "Hozier and A.R Rahman", "goals": "becoming a software developer", "mentors": "Hardik Patel", "doh": "2016-05-09", "dob": "1994-06-08", "strengths": [ { "id": "4", "name": "Analytical", "description": "People exceptionally talented in the Analytical theme search for reasons and causes. They have the ability to think about all the factors that might affect a situation.", "color": "9c0000" }, { "id": "17", "name": "Focus", "description": "People exceptionally talented in the Focus theme can take a direction, follow through, and make the corrections necessary to stay on track. They prioritize, then act.", "color": "5c3a6e" }, { "id": "8", "name": "Communication", "description": "People exceptionally talented in the Communication theme generally find it easy to put their thoughts into words. They are good conversationalists and presenters.", "color": "da892f" }, { "id": "29", "name": "Responsibility", "description": "People exceptionally talented in the Responsibility theme take psychological ownership of what they say they will do. They are committed to stable values such as honesty and loyalty.", "color": "5c3a6e" }, { "id": "30", "name": "Restorative", "description": "People exceptionally talented in the Restorative theme are adept at dealing with problems. They are good at figuring out what is wrong and resolving it.", "color": "5c3a6e" } ], "settings": { "enable_sms": "0" } } }

我正在尝试归还上面的所有内容

我得到的错误是在做的事情上。Xcode给了我一个预期的声明错误。我检查了我的花括号。

希望能得到一些帮助来解决这个问题。

此外,出于安全目的,我不需要包含 url。我希望它有所帮助。

我也试图在单独的单元格中显示所有值。这就是我现在所拥有的。

你知道我该如何解决这个问题吗?

这是我目前的情况。我无法让它显示在表格视图单元格上。问题似乎在于我如何将我的 json 值分配给标签。

导入 UIKit

类 ProfileUserTableViewController: UITableViewController {

0 投票
1 回答
294 浏览

android - 如何解析 JSON 并将值传递给另一个活动?

我是 Android 新手,所以问题的名称可能不正确。基本上,我得到一个 JSONObject 响应的价格(这发生在片段中)。

现在,我怎样才能将价格的值传递给另一个活动,并在该特定活动的 TextView 中将其设置为 setText?

0 投票
1 回答
217 浏览

java - 如何在 android/java 中将 GoogleJsonResponseException 转换为 JSONObject?

在我的 android 应用程序中,我正在处理 GoogleJsonResponseException,根据它的 ResultCode 和消息,我应该有不同的代码。

其中 getMessage(String s) 是一个以这种 String 形式返回异常的方法:

我需要“消息”中的数据。那么有没有办法可以将此字符串更改为 JSONObject 或将 GoogleJsonResponse 异常从开头转换为 JSONObject?或者我应该手动解析字符串?

谢谢

0 投票
1 回答
72 浏览

java - 如何将 json 处理为普通的类对象?

我正在使用带有参数(来自模型类)的 JsonObjectRequest 进行发布请求。看起来像,

SignUpRequest 类我有 setter 和 getter 方法。与响应方式一样,我也有 RegistrationInfo 类,它具有响应对象的设置器和获取器。

现在的问题是我如何处理响应以将其作为 RegistrationInfo 类对象。

但它返回null。即使我直接在 json 对象上尝试过,它也没有返回任何值。

喜欢, json.getString("email");

我该如何处理响应?