Registry / serialization / json4s-native-2-10

json4s-native-2-10

JSON →
library3.6.12javamavenunverified

Native JSON parsing and serialization for Scala using json4s.

<dependency> <groupId>org.json4s</groupId> <artifactId>json4s-native_2.10</artifactId> <version>3.6.12</version> </dependency>
INSTALL
IMPORT
SIG · JSON4S-NATIVE-2-10
J
json4s-native-2-10
serializationjavav3.6.12
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.native.Serialization

Serialize a map to JSON using json4s-native

import org.json4s.native.Serialization import org.json4s.{DefaultFormats, Formats} implicit val formats: Formats = DefaultFormats val json = Serialization.write(Map("key" -> "value")) println(json)
Debug
Known issues
breakingThis artifact is for Scala 2.10; use json4s-native_2.13 or _3 for newer Scala versions.
fix
Use the appropriate Scala version suffix (e.g., _2.13).
affects: >=3.6.0
Upgrade
Version history
3.6.12latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
json4s-native-2-10 — mvn dependency:get json4s-native-2-10 · libregistry