Top "Android-json" questions

JSON stands for (Java Script Object Notation).

Cannot convert JSONArray to JSONObject using Volley

I'm trying to use Volley for consuming a web service. This is my logcat output: 12-14 10:45:41.750: I/Annuaire2error(4005): org.…

android web-services android-volley android-json
Gson - Serialize Nested Object as Attributes

Is there an easy way to convert how a nested Object is converted to JSON? I'm trying to just create …

json gson android-json
Android - java.lang.RuntimeException: Stub exception while parsing String into JSONObject

I'm getting java.lang.RuntimeException: Stub! exception when I try to parse String to org.json.JSONObject. My Android API …

java android json android-json
How to get String response from JSONObject in Volley

I have created JSONRequest by using volley, It successfully hits the service, I checked the service end, It receives the …

android android-layout httprequest android-volley android-json
How to use intent putExtra JsonObject on android?

How to use putExtra to get JsonObject? I want to get JSON text to display another activity. @Override protected String …

android android-intent android-json
Android JSONObject : Search function

I am trying to search from JSON code that has been received beforehand.. I was wondering are there any efficient …

android json search jsonobject android-json
POSTing a DateTime from Android to a WCF RESTful JSON Service

I'm trying to send a DateTime as a parameter to a method exposed over a WCF RESTful service with JSON …

android wcf rest datetime android-json