Core library for JSON processing in Scala, providing AST and serialization support.
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-core_2.12</artifactId>
<version>4.0.7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a JSON string into a JValue AST and prints it compactly.
Use the appropriate artifact for your Scala version (e.g., json4s-core_2.13 for Scala 2.13).
No dependency data recorded yet.