I have an application that needs to download JSON from URL using AsyncTask and on onPostExecute() pass that JSON Object to next Activity using putExtra method, but I'm constantly getting an error,which reads "putExtra can only be used to pass strings and not Objects"?How to fix this?I have an application that needs to download JS