A Java Library to Parse JSON from URL.
Import JSON.jar and JSONParser.jar to your project and add it to build path.
http://dl.dropbox.com/u/61561776/JSON.jar
http://dl.dropbox.com/u/61561776/JsonParser.jar
See Example.java to learn how to use.
ArrayList> jsonarray= JsonParser.parse(Json_url, node, element1,element2,...);