What is the best way to deal with JSON object?
问题 I have a big string that represents JSON feed. My app downloads this feed from remote web service. Questions: 1) Once I download JSON feed, where should I store it? Right now I am storing it in app Preferences and it works fine. I am just interested if there is any reason not to do that, or if there are better/faster options, like Internal Storage or something else? 2) When I am about to show data from this feed in my activity, I do something like this: JSONObject jsonObj = new JSONObject