orjson
JSON serializer
A fast and correct JSON serialization library for Python
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
6k stars
38 watching
215 forks
Language: Python
last commit: 8 days ago dataclassesdatetimedeserializationjsonnumpypyo3pythonrustserialization
Related projects:
Repository | Description | Stars |
---|---|---|
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,125 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
ultrajson/ultrajson | A fast JSON encoder and decoder written in C with Python bindings | 4,329 |
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,294 |
fasterxml/jackson-modules-java8 | Supports Java 8 features in Jackson JSON serialization and deserialization | 401 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,259 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,687 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,208 |
simdjson/simdjson | Parses JSON data at high speeds using CPU-specific optimizations | 19,359 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,728 |
bblanchon/arduinojson | A lightweight C++ JSON library for embedded systems and IoT devices. | 6,739 |
johnezang/jsonkit | A high-performance Objective-C JSON serialization and deserialization library with built-in compression support. | 6,213 |