I get exceptions when running this code. I want to parse the url which is an array of json objects:
package com.example.compsci_734t; import java.io.BufferedRea
It is not related to JSON parsing.
private static String url = " http://redsox.tcs.auckland.ac.nz/734A/CSService.svc/courses";
you have to remove the initial space from the url string