Jackson.
Jackson is a high-performance JSON processor (parser, generator).
Here is the list of declaration for jackson-asl. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-asl</artifactId> <version>0.9.5</version> </dependency>
If you think this Maven repository POM file listing for jackson-asl is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following packages are defined in the jackson-asl-0.9.5.jar
org.codehaus.jackson org.codehaus.jackson.impl org.codehaus.jackson.io org.codehaus.jackson.map org.codehaus.jackson.map.impl org.codehaus.jackson.map.legacy org.codehaus.jackson.map.node org.codehaus.jackson.map.ser org.codehaus.jackson.sym org.codehaus.jackson.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <!-- General information --> <modelVersion>4.0.0</modelVersion> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-asl</artifactId> <packaging>jar</packaging> <name>Jackson</name> <version>0.9.5</version> <description>Jackson is a high-performance JSON processor (parser, generator) </description> <!-- Contact information --> <url>http://jackson.codehaus.org</url> <issueManagement> <url>http://jira.codehaus.org/browse/JACKSON</url> </issueManagement> <!-- Dependency information --> <dependencies> <!-- no dependencies, for now --> </dependencies> <!-- Licensing (joy!) --> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Codehaus</name> <url>http://www.codehaus.org/</url> </organization> </project>