LoganSquare
JSON parser
A JSON parsing and serialization library for Android using Jackson's streaming API
Screaming fast JSON parsing and serialization library for Android.
3k stars
109 watching
306 forks
Language: Java
last commit: about 3 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,726 |
fasterxml/jackson-core | A low-level incremental parser and generator abstraction used by Jackson Data Processor for JSON data binding | 2,273 |
fasterxml/jackson-databind | A general-purpose data-binding package for Java applications | 3,532 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,164 |
johnezang/jsonkit | A high-performance Objective-C JSON serialization and deserialization library with built-in compression support. | 6,214 |
bytedance/sonic | A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. | 7,038 |
fasterxml/jackson | A suite of data-processing tools for Java to handle various data formats and structures. | 9,173 |
ijl/orjson | Fast JSON serialization and deserialization library | 6,376 |
simdjson/simdjson | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 |
greenrobot/greendao | An ORM solution for Android databases | 12,627 |
flightcontrolhq/superjson | A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types | 4,218 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,426 |
agrosner/dbflow | A Kotlin-based, fast and feature-rich Android database library that generates boilerplate code for you. | 4,876 |
valyala/fastjson | A fast JSON parser and validator written in Go that provides simple API access to parsed data without code generation or reflection. | 2,310 |