Re: JSON Simple

2024-02-12 Thread Andreas Reichel
Greetings Tom. What build system are you using: a) ANT add your JAR to the LIB folder b) Maven com.github.cliftonlabs json-simple 4.0.1 c) Gradle add to the dependency section // https://mvnrepository.com/artifact/com.github.cliftonlabs/json-simple implementation

Re: JSON Simple

2024-02-12 Thread Owen Thomas
that helps. :) On Tue, 13 Feb 2024 at 01:25, Tom wrote: > Newbie question, how can I use external jars like json simple in a > Netbeans project? > I have added json-simple-1.1.1.jar to Tools / Library. > But import org.json.simple.JSONArray; gives a package not found error. > I ha

JSON Simple

2024-02-12 Thread Tom
Newbie question, how can I use external jars like json simple in a Netbeans project? I have added json-simple-1.1.1.jar to Tools / Library. But import org.json.simple.JSONArray; gives a package not found error. I have already googled. How can I fix that