Registry / serialization / circe-jawn-3

circe-jawn-3

JSON →
library0.14.15javamavenunverified

Provides JSON parsing support for Circe using the Jawn library, compiled for Scala 3.

<dependency> <groupId>io.circe</groupId> <artifactId>circe-jawn_3</artifactId> <version>0.14.15</version> </dependency>
INSTALL
IMPORT
SIG · CIRCE-JAWN-3
C
circe-jawn-3
serializationjavav0.14.15
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.

JawnParser
io.circe.jawn.JawnParser

Parses a JSON string using JawnParser.

import io.circe.jawn.JawnParser; public class Example { public static void main(String[] args) { JawnParser parser = new JawnParser(); System.out.println(parser.parse("{\"key\":\"value\"}")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
circe-jawn-3 — mvn dependency:get circe-jawn-3 · libregistry