ffjson
JSON serializer
Generates optimized JSON serialization functions for Go structures
faster JSON serialization for Go
3k stars
97 watching
234 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,509 |
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 |
buger/jsonparser | A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge. | 5,477 |
tidwall/gjson | A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. | 14,487 |
simdjson/simdjson | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,164 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,726 |
ijl/orjson | Fast JSON serialization and deserialization library | 6,376 |
bytedance/sonic | A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. | 7,038 |
golang-jwt/jwt | An implementation of JSON Web Tokens for authentication and security in Go programming language | 7,375 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,204 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 175 |
tomnomnom/gron | A utility that transforms JSON into a format allowing easy searching and manipulation of its contents | 13,914 |
flightcontrolhq/superjson | A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types | 4,218 |
francoispqt/onelog | A fast and efficient JSON logger for Go that provides low allocation and fine-grained control over log levels. | 414 |