Fedora Packages

golang-github-mailru-easyjson

Fast JSON serializer for Go

Package Easyjson provides a fast and easy way to marshal/unmarshal Go structs to/from JSON without the use of reflection. In performance tests, easyjson outperforms the standard encoding/json package by a factor of 4-5x, and other JSON encoding packages by a factor of 2-3x. Easyjson aims to keep generated Go code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with the ability to customize the generated code by providing options not available with the standard encoding/json package, such as generating "snake_case" names or enabling omitempty behavior by default.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.7.6-3.fc35 -
Fedora 35 0.7.6-3.fc35 -
Fedora 34 0.7.6-2.fc34 -
Package Info
Related Packages

You can contact the maintainers of this package via email at golang-github-mailru-easyjson dash maintainers at fedoraproject dot org.



Sources on Pagure