I wish to parse JSON and for that I have downloaded java-json.jar file from this URL. I have added this in Build Path by
- Right click on the Project
 - Build Path -> Configure Build Path -> Add External jars.
 - Selected the jar and it shows in the "Referenced Libraries"
 
But import org.json.JSONArray gives me a error. Also when I stop at org. it gives me a few suggestions which does not include json.
What should I do to successfully import the json package?