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: almost 3 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,968 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,714 |
fasterxml/jackson-core | A low-level incremental parser and generator abstraction used by Jackson Data Processor for JSON data binding | 2,271 |
fasterxml/jackson-databind | A general-purpose data-binding package for Java applications | 3,528 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,137 |
johnezang/jsonkit | A high-performance Objective-C JSON serialization and deserialization library with built-in compression support. | 6,213 |
bytedance/sonic | A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. | 6,989 |
fasterxml/jackson | A suite of data-processing tools for Java to handle various data formats and structures. | 9,148 |
ijl/orjson | Fast JSON serialization and deserialization library | 6,319 |
simdjson/simdjson | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,397 |
greenrobot/greendao | An ORM solution for Android databases | 12,626 |
flightcontrolhq/superjson | A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types | 4,189 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,290 |
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,297 |