KarneeKarnay
Newbie
I need to access some JSON info from an online repository. So far I've got an app that so far creates the URL currently as string.
When I try to -
searchURL = "localhost.com";
URL temp = new URL(searchURL);
- I get a malformedURLException.
Regardless of that, what do I need to know about setting up JSON? Are they any good tutorials or libraries that help me?
When I try to -
searchURL = "localhost.com";
URL temp = new URL(searchURL);
- I get a malformedURLException.
Regardless of that, what do I need to know about setting up JSON? Are they any good tutorials or libraries that help me?