Registry / serialization / jawn-parser-2-12

jawn-parser-2-12

JSON →
library1.6.0javamavenunverified

Fast JSON parser for Scala, providing efficient parsing of JSON data.

<dependency> <groupId>org.typelevel</groupId> <artifactId>jawn-parser_2.12</artifactId> <version>1.6.0</version> </dependency>
INSTALL
IMPORT
SIG · JAWN-PARSER-2-12
J
jawn-parser-2-12
serializationjavav1.6.0
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.

Parser
jawn.Parser

Parse a JSON string using Jawn Parser.

import jawn.Parser; public class Example { public static void main(String[] args) { String json = "{\"key\":\"value\"}"; Parser.parseFromString(json); } }
Debug
Known issues
gotchaJawn is primarily a Scala library; Java interop may require additional configuration.
fix
Use the Scala API directly or wrap in a Java-friendly facade.
affects: all
Upgrade
Version history
1.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jawn-parser-2-12 — mvn dependency:get jawn-parser-2-12 · libregistry