Jackson is a high-performance JSON processor (parser, generator) for Java, providing streaming and tree-model APIs.
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.11</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a JSON string and extracts the value of the 'name' field.
Replace groupId org.codehaus.jackson with com.fasterxml.jackson.core and update imports accordingly.
No dependency data recorded yet.