easyjson

JSON serializer

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

Fast JSON serializer for golang.

GitHub

5k stars
86 watching
423 forks
Language: Go
last commit: about 1 month 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,310
buger/jsonparser A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge. 5,477
tidwall/gjson A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. 14,487
chimeracoder/gojson Automates generation of Go struct definitions from JSON or YAML documents 2,668
wi2l/jettison Fast JSON encoding library for Go with configurable options and native support for standard library types. 175
bet365/jingo A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. 737
nicksnyder/go-i18n A toolset for translating Go programs into multiple languages 3,044
sbjson/sbjson A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. 3,727
perimeterx/marshmallow Provides flexible and performant JSON unmarshalling in Go with minimal extra coding required. 377
zserge/jsmn A lightweight JSON parser and tokenizer written in C. 3,726
adhocore/jsonc A lightweight JSON preprocessor that converts JSON5 input to Go-compatible JSON. 17
tomnomnom/gron A utility that transforms JSON into a format allowing easy searching and manipulation of its contents 13,914
golang-jwt/jwt An implementation of JSON Web Tokens for authentication and security in Go programming language 7,375
simdjson/simdjson A high-performance JSON parser that optimizes parsing speed and reliability. 19,455