Registry / serialization / json4s-jackson-2-13

json4s-jackson-2-13

JSON →
library4.0.7javamavenunverified

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>
INSTALL
IMPORT
SIG · JSON4S-JACKSON-2-1
J
json4s-jackson-2-13
serializationjavav4.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Serialization
org.json4s.jackson.Serialization

Serializes and deserializes case classes to/from JSON using json4s with Jackson backend.

import org.json4s._ import org.json4s.jackson.Serialization import org.json4s.jackson.Serialization.{read, write} implicit val formats: Formats = DefaultFormats case class Person(name: String, age: Int) val json = write(Person("John", 30)) val person = read[Person](json)
Debug
Known issues
breakingScala 2.13 specific artifact; ensure your project uses Scala 2.13.
fix
Use the correct artifact for your Scala version (e.g., json4s-jackson_2.12 for Scala 2.12).
affects: all
Upgrade
Version history
4.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
json4s-jackson-2-13 — mvn dependency:get json4s-jackson-2-13 · libregistry