json4s-jackson provides JSON serialization and deserialization for Scala using the Jackson library, targeting Scala 2.13.
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.13</artifactId>
<version>4.0.7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serializes and deserializes case classes to/from JSON using json4s with Jackson backend.
Use the correct artifact for your Scala version (e.g., json4s-jackson_2.12 for Scala 2.12).
No dependency data recorded yet.