10 projects
jsoniter
A high-performance 100% compatible drop-in replacement of "encoding/json"
659
199
$506K
mapstructure
Go library for decoding generic map values into native Go structures and vice versa.
481
202
$150K
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
161
$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.
411
107
$9.9M
go-json
Fast JSON encoder/decoder compatible with encoding/json for Go
317
124
$3.2M
go-codec
idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
312
136
$4.6M
Go-OpenAPI Specification Object Model
openapi specification object model
JSON Patch
A Go library to apply RFC6902 patches and create and apply RFC7386 patches
YAML
A better way to marshal and unmarshal YAML in Golang