I wanted do use JSON in my NetBeans Project, so I added the JARs in Project--> Libaries, but I still can't use the imports:
The imports I need:
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;
The JAR-Files I imported:
http://www.java2s.com/Code/Jar/j/Downloadjavajsonjar.htm
http://www.java2s.com/Code/Jar/o/Downloadorgjsonjar.htm
http://www.java2s.com/Code/Jar/j/Downloadjsonsimple11jar.htm