Registry / serialization / json4s-jackson-2-12

json4s-jackson-2-12

JSON →
library4.0.7javamavenunverified

JSON library for Scala with Jackson backend, providing parsing and serialization.

<dependency> <groupId>org.json4s</groupId> <artifactId>json4s-jackson_2.12</artifactId> <version>4.0.7</version> </dependency>
INSTALL
IMPORT
SIG · JSON4S-JACKSON-2-1
J
json4s-jackson-2-12
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.

JsonMethods
org.json4s.jackson.JsonMethods

Parse and render JSON using json4s with Jackson backend.

import org.json4s._ import org.json4s.jackson.JsonMethods._ val json = parse("""{"name":"John"}""") println(compact(render(json)))
Debug
Known issues
breakingVersion 4.0.7 is compiled for Scala 2.12; ensure your project uses Scala 2.12.x.
fix
Use the appropriate artifact for your Scala version (e.g., json4s-jackson_2.13 for Scala 2.13).
affects: >=4.0.0
Upgrade
Version history
4.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
json4s-jackson-2-12 — mvn dependency:get json4s-jackson-2-12 · libregistry