Jettison is a StAX implementation for JSON, allowing streaming JSON parsing and writing using the Java StAX API.
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.5.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a JSON object and prints it as a string.
Use Jackson or Gson for more robust JSON handling.
No dependency data recorded yet.