Just as a quick note, below are the maven details for both:
JSON in Java
<dependency> <!-- See: http://www.json.org/java/index.html --> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20090211</version> </dependency>
JSON Simple
<dependency> <!-- http://code.google.com/p/json-simple/ --> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1</version> </dependency>
Remember to check the version numbers before cutting an pasting the above into your pom.xml; they may be no longer the most recent versions.
No comments:
Post a comment