Registry / serialization / json4s-core-2-11

json4s-core-2-11

JSON →
library4.0.6javamavenunverified

json4s-core provides core abstractions and types for JSON processing in Scala, including JSON AST and parsing support.

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

JValue
org.json4s.JValue

Parse and render JSON using json4s native methods.

import org.json4s._ import org.json4s.native.JsonMethods._ val json: JValue = parse("""{"name":"John"}""") println(compact(render(json)))
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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