Registry / serialization / noggit

noggit

JSON →
library0.8javamavenunverified

Noggit is the world's fastest streaming JSON parser for Java.

<dependency> <groupId>org.noggit</groupId> <artifactId>noggit</artifactId> <version>0.8</version> </dependency>
INSTALL
IMPORT
SIG · NOGGIT
N
noggit
serializationjavav0.8
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.

JSONParser
org.noggit.JSONParser

Parses a JSON string using Noggit's streaming parser.

import org.noggit.JSONParser; public class Example { public static void main(String[] args) throws Exception { JSONParser parser = new JSONParser("{\"key\":\"value\"}"); int event; while ((event = parser.nextEvent()) != JSONParser.END_OBJECT) { if (event == JSONParser.STRING) { System.out.println(parser.getString()); } } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
noggit — mvn dependency:get noggit · libregistry