mailru/easyjson
Fast JSON serializer for golang.
This is a tool for Go developers who work with JSON data in their applications. It helps you convert Go data structures into JSON text and vice-versa, taking your Go structs as input and producing highly optimized Go code that handles the JSON conversion. Developers use this to make their applications much faster and more efficient when dealing with JSON.
4,867 stars. Actively maintained with 1 commit in the last 30 days.
Use this if you are a Go developer building an application that frequently serializes or deserializes JSON and you need to maximize performance and minimize memory usage.
Not ideal if you are a beginner Go developer or your application's JSON processing demands are not performance-critical, as it requires an extra code generation step.
Stars
4,867
Forks
453
Language
Go
License
MIT
Category
Last pushed
Mar 14, 2026
Commits (30d)
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mailru/easyjson"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
goadesign/goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an...