🌐
GitHub
github.com › mitchhentges › json-parse
GitHub - mitchhentges/json-parse: Super-fast Java JSON parser
Super-fast Java JSON parser. Contribute to mitchhentges/json-parse development by creating an account on GitHub.
Starred by 17 users
Forked by 6 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › ralfstx › minimal-json
GitHub - ralfstx/minimal-json: A fast and small JSON parser and writer for Java · GitHub
A fast and minimal JSON parser and writer for Java.
Starred by 738 users
Forked by 188 users
Languages   Java 93.9% | JavaScript 4.4%
🌐
GitHub
github.com › stleary › JSON-java
GitHub - stleary/JSON-java: A reference implementation of a JSON package in Java. · GitHub
The JSON-Java package is a reference implementation that demonstrates how to parse JSON documents into Java objects and how to generate new JSON documents from the Java classes.
Starred by 4.7K users
Forked by 2.6K users
Languages   Java
🌐
GitHub
github.com › a2800276 › json.java
GitHub - a2800276/json.java: simple json parser for java
Meant to be a simple JSON parsing (and producing) library for Java. It's intended use case is dealing with JSON in the context of nio i.e. non-blocking IO where bits and pieces of a payload may arrive and need to be processed. json.java contains a statemachine based parser implementation that ...
Author   a2800276
🌐
GitHub
github.com › mmastrac › nanojson
GitHub - mmastrac/nanojson: A tiny, compliant JSON parser and writer for Java
nanojson is a tiny, fast, and compliant JSON parser and writer for Java.
Starred by 109 users
Forked by 27 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › manishdait › json-parser
GitHub - manishdait/json-parser: A lightweight, educational JSON parser implemented from scratch in Java.
A lightweight, educational JSON parser implemented from scratch in Java. - manishdait/json-parser
Author   manishdait
🌐
GitHub
github.com › pPetrBednar › json-parser
GitHub - pPetrBednar/json-parser: JSON encoder and decoder for JAVA. · GitHub
JSON encoder and decoder for JAVA. Contribute to pPetrBednar/json-parser development by creating an account on GitHub.
Author   pPetrBednar
🌐
GitHub
github.com › fangyidong › json-simple › blob › master › src › main › java › org › json › simple › parser › JSONParser.java
json-simple/src/main/java/org/json/simple/parser/JSONParser.java at master · fangyidong/json-simple
A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text. - json-simple/src/main/java/org/json/simple/parser/JSONParser.java at master · fangyidong/json-simple
Author   fangyidong
Find elsewhere
🌐
GitHub
github.com › simdjson › simdjson-java
GitHub - simdjson/simdjson-java: A Java version of simdjson, a high-performance JSON parser utilizing SIMD instructions · GitHub
A Java version of simdjson, a high-performance JSON parser utilizing SIMD instructions - simdjson/simdjson-java
Starred by 414 users
Forked by 35 users
Languages   Java 99.9% | Scala 0.1%
🌐
GitHub
github.com › antonsjava › json
GitHub - antonsjava/json: json - small library for manipulating json data structures
json - small library for manipulating json data structures - antonsjava/json
Author   antonsjava
🌐
GitHub
github.com › doubledutch › LazyJSON
GitHub - doubledutch/LazyJSON: A very fast, very lazy JSON parser for Java.
LazyJSON is a very fast JSON parser for Java that sprung out of the StroomData project at DoubleDutch.
Starred by 74 users
Forked by 12 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › anders88 › jsonbuddy
GitHub - anders88/jsonbuddy: Java8 json parser
A JSON parser for Java 8.
Starred by 3 users
Forked by 5 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › FasterXML › jackson
GitHub - FasterXML/jackson: Main Portal page for the Jackson project · GitHub
More than that, Jackson is a suite of data-processing tools for Java (and the JVM platform), including the flagship streaming JSON parser / generator library, matching data-binding library (POJOs to and from JSON) and additional data format modules to process data encoded in Avro, BSON, CBOR, CSV, Smile, (Java) Properties, Protobuf, TOML, XML or YAML; and even the large set of data format modules to support data types of widely used data types such as Guava, Joda, PCollections and many, many more (see below).
Starred by 9.7K users
Forked by 1.2K users
🌐
GitHub
github.com › sigpwned › jsonification
GitHub - sigpwned/jsonification: Simple JSON library for Java
Simple JSON library for Java. Contribute to sigpwned/jsonification development by creating an account on GitHub.
Starred by 3 users
Forked by 2 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › Instagram › ig-json-parser
GitHub - Instagram/ig-json-parser: Fast JSON parser for java projects · GitHub
For Java projects, to use this library, add this to your build.gradle file: allprojects { repositories { maven { url 'https://jitpack.io' } } } ... dependencies { implementation 'com.github.instagram.ig-json-parser:runtime:master-SNAPSHOT' // the runtime implementation 'com.github.instagram.ig-json-parser:processor:master-SNAPSHOT' // the annotation processor }
Starred by 1.3K users
Forked by 127 users
Languages   Java 88.4% | Kotlin 11.6%
🌐
GitHub
github.com › topics › json-parsing
json-parsing · GitHub Topics · GitHub
json parsing scheduled-tasks ... runtime-permissions appcompat-v7 intentservice music-streaming-application boundservice ... Java module for parse http json more easy....
🌐
GitHub
github.com › google › gson › blob › main › gson › src › main › java › com › google › gson › JsonParser.java
gson/gson/src/main/java/com/google/gson/JsonParser.java at main · google/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back - gson/gson/src/main/java/com/google/gson/JsonParser.java at main · google/gson
Author   google