19 projects
Fastify
Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.
7,517
1,729
$11M
Fastjson
Fastjson is a high-performance JSON processor library for Java that provides features for converting Java Objects to JSON format and vice versa. It offers fast parsing and serialization capabilities, with support for complex object graphs and various data types.
4,581
406
$7.4M
JSON for Modern C++
A modern C++ library providing JSON parsing, serialization and manipulation capabilities with an intuitive syntax and extensive documentation. It offers header-only integration, type safety, STL container compatibility, and support for JSON schema validation.
3,692
691
$4.7M
Serde JSON
A high-performance JSON serialization and deserialization library for Rust that integrates with Serde's data model to provide efficient and flexible JSON handling
1,163
482
$564K
JSON-C
JSON-C is a lightweight C library for parsing, generating and manipulating JSON data. It provides a simple API for working with JSON objects, arrays and values while handling memory management and data validation.
763
221
$419K
orjson
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
733
270
$933K
UltraJSON
Ultra fast JSON decoder and encoder written in C with Python bindings
704
272
$12M
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
668
194
$10M
jsoniter
A high-performance 100% compatible drop-in replacement of "encoding/json"
660
199
$506K
Typia
Super-fast/easy runtime validators and serializers via transformation
534
168
$17M
easyjson
A fast JSON serializer and deserializer library for Go that generates code for efficient marshaling and unmarshaling of JSON data, avoiding reflection for improved performance
446
162
$559K
Sonic
Sonic is a high-performance JSON serialization and deserialization library written in Go, designed to be a faster alternative to the standard encoding/json package. It uses JIT (Just-In-Time) compilation techniques to generate optimized code for JSON handling.
418
109
$9.9M
go-json
Fast JSON encoder/decoder compatible with encoding/json for Go
320
126
$3.2M
jsoniter-scala
A high-performance JSON serialization/deserialization library for Scala that provides fast and memory-efficient processing of JSON data through compile-time code generation
212
71
$2.8M
json-smart
JSON Smart is a Linux Foundation project focused on developing efficient tools for JSON data processing, offering streamlined parsing, validation, and manipulation capabilities for developers working with JSON-based applications and services.
193
48
$452K
fast-safe-stringify
A Node.js library that provides fast and safe JSON stringification, handling circular references and special JavaScript values like BigInt, while being significantly faster than JSON.stringify()
69
30
$34K
Oj
Optimized JSON
RapidJSON
A fast JSON parser/generator for C++ with both SAX/DOM style API