Registry / serialization / json4s-native-2-12

json4s-native-2-12

JSON →
library4.0.7javamavenunverified

A Scala library for JSON serialization and deserialization using native Scala types, supporting Scala 2.12.

<dependency> <groupId>org.json4s</groupId> <artifactId>json4s-native_2.12</artifactId> <version>4.0.7</version> </dependency>
INSTALL
IMPORT
SIG · JSON4S-NATIVE-2-12
J
json4s-native-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.

Serialization
org.json4s.native.Serialization

Serializes and deserializes a case class to/from JSON using json4s-native.

import org.json4s._ import org.json4s.native.Serialization import org.json4s.native.Serialization.{read, write} implicit val formats = DefaultFormats case class Person(name: String, age: Int) val person = Person("John", 30) val json = write(person) val parsed = read[Person](json)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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