How to use the org.json Java library with Java 7 How to use the org.json Java library with Java 7 json json

How to use the org.json Java library with Java 7


Since your are using JDK1.7, change to the older version will work!

<groupId>org.json</groupId>    <artifactId>json</artifactId>    <version>20140107</version></dependency>