mailru/easyjson
Fast JSON serializer for golang.
Generates type-specific marshaling code at compile-time rather than using reflection, eliminating the performance overhead of the standard library. Offers customization options like snake_case field naming and default omitempty behavior unavailable in encoding/json. Integrates with HTTP handlers via utility functions like `MarshalToHTTPResponseWriter` and employs memory pooling with sync.Pool to optimize allocations.
4,867 stars. Actively maintained with 1 commit in the last 30 days.
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.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
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...