easyjson

JSON serializer

A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions.

Fast JSON serializer for golang.

GitHub

4k stars
88 watching
421 forks
Language: Go
last commit: 4 months ago
code-generationgolangjsonjson-parserjson-serializationperfomance

Related projects:

Repository Description Stars
pquerna/ffjson Generates optimized JSON serialization functions for Go structures 2,967
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
chimeracoder/gojson Automates generation of Go struct definitions from JSON or YAML documents 2,666
wi2l/jettison Fast JSON encoding library for Go with configurable options and native support for standard library types. 174
bet365/jingo A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. 736
nicksnyder/go-i18n A toolset for translating Go programs into multiple languages 3,017
sbjson/sbjson A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. 3,728
perimeterx/marshmallow Provides flexible and performant JSON unmarshalling in Go with minimal extra coding required. 375
zserge/jsmn A lightweight JSON parser and tokenizer written in C. 3,687
adhocore/jsonc A lightweight JSON preprocessor that converts JSON5 input to Go-compatible JSON. 17
tomnomnom/gron Transforms JSON into discrete assignments for easier grep and manipulation 13,862
golang-jwt/jwt An implementation of JSON Web Tokens for authentication and security in Go programming language 7,240
simdjson/simdjson Parses JSON data at high speeds using CPU-specific optimizations 19,359