I have this method:
public static Object parseStringToObject(String json) { String Object = json; Gson gson = new Gson(); Object objects = gson.f
Make sure you have DESERIALIZED objects like DATE/DATETIME etc. If you are directly sending JSON without deserializing it then it can cause this problem.