ffjson

JSON serializer

Generates optimized JSON serialization functions for Go structures

faster JSON serialization for Go

GitHub

3k stars
97 watching
234 forks
Language: Go
last commit: about 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mailru/easyjson A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. 4,483
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,290
buger/jsonparser A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge. 5,460
tidwall/gjson A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. 14,344
simdjson/simdjson Parses JSON data at high speeds using CPU-specific optimizations 19,359
ibireme/yyjson A high-performance JSON library written in ANSI C. 3,125
zserge/jsmn A lightweight JSON parser and tokenizer written in C. 3,687
ijl/orjson A fast and correct JSON serialization library for Python 6,263
bytedance/sonic A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. 6,939
golang-jwt/jwt An implementation of JSON Web Tokens for authentication and security in Go programming language 7,240
bluelinelabs/logansquare A JSON parsing and serialization library for Android using Jackson's streaming API 3,208
wi2l/jettison Fast JSON encoding library for Go with configurable options and native support for standard library types. 174
tomnomnom/gron Transforms JSON into discrete assignments for easier grep and manipulation 13,862
flightcontrolhq/superjson A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types 4,144
francoispqt/onelog A fast and efficient JSON logger for Go that provides low allocation and fine-grained control over log levels. 414