I have this method:
public static Object parseStringToObject(String json) { String Object = json; Gson gson = new Gson(); Object objects = gson.f
if your json format and variables are okay then check your database queries...even if data is saved in db correctly the actual problem might be in there...recheck your queries and try again.. Hope it helps