Registry / serialization / json4s-core-2-13

json4s-core-2-13

JSON →
library4.0.7javamavenunverified

Core library for json4s, providing JSON parsing and generation for Scala applications.

<dependency> <groupId>org.json4s</groupId> <artifactId>json4s-core_2.13</artifactId> <version>4.0.7</version> </dependency>
INSTALL
IMPORT
SIG · JSON4S-CORE-2-13
J
json4s-core-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.

DefaultFormats
org.json4s.DefaultFormats

Parses a JSON string using json4s native methods.

import org.json4s._ import org.json4s.native.JsonMethods._ object Example extends App { implicit val formats: DefaultFormats.type = DefaultFormats val json = parse("""{"name":"test"}""") println(json) }
Debug
Known issues
breakingThis artifact is for Scala 2.13; use the appropriate version for your Scala version.
fix
Use json4s-core_2.12 or json4s-core_3 for other Scala versions.
affects: >=4.0.7
Upgrade
Version history
4.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
json4s-core-2-13 — mvn dependency:get json4s-core-2-13 · libregistry