json4s is a JSON library for Scala that provides a unified interface for parsing and generating JSON.
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.10</artifactId>
<version>3.6.12</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a JSON string using json4s Jackson
No known issues recorded.
No dependency data recorded yet.