json4s-jackson provides JSON serialization and deserialization for Scala using the Jackson library, targeting Scala 2.11.
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.11</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example of serializing and deserializing a case class to/from JSON.
Upgrade Scala version and use the corresponding json4s artifact (e.g., json4s-jackson_2.13).
No dependency data recorded yet.