I've done a search on these forums and exhausted my link supplies on google so it's time to ask my question here.
Quite simply I've got an application that connects to a website and gathers the JSON string but now I can't figure out how to parse the information.... it seemed to much easier in php.
I've tried using some of the json libraries available, such as gson and other various ones found at json.org, but simply can't figure it out as they all seem to over complicate what I'm trying to do.
So does anyone have an explanation on how I can do this without using an API that simply over complicates it or perhaps a source that will explain things a little more clearly for me to be able to use this information?
Thanks in advance.