I just requested a JSONObject from an URL and I wonder two things.
Is a JSONObject like a JSONArray, or not? Which should I request?
And is there a way to display this JSONObject somehow like var_dump in PHP?
Just to check whether it worked?
Help is much appreciated! Philip
Is a JSONObject like a JSONArray, or not?=> start here: json.org.Which should I request?depends on what you are requesting and what you are going to do with it.display this JSONObject-> Read doc for JSONObject.toString();