I have simple response from a page in JSON format which looks like this:
{"ip": "89.164.255.124"}
This is a trivial example from http://ip.jsontest.com/ that I am using only to learn how to do it.
I need to serialize that response into array and then then run a loop to show it in a table. This needs to be done in Java.