[ 源代码: golang-github-mailru-easyjson ]
软件包:golang-github-mailru-easyjson-dev(0.7.7-1)
golang-github-mailru-easyjson-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-mailru-easyjson:
- [golang-github-mailru-easyjson_0.7.7-1.dsc]
- [golang-github-mailru-easyjson_0.7.7.orig.tar.gz]
- [golang-github-mailru-easyjson_0.7.7-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Fast JSON serializer for golang - development files
easyjson allows (un-)marshaling of JSON golang structs without the use of reflection by generating marshaller code.
One of the aims of the library is to keep generated code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with ability to customize the generated code not available in 'encoding/json', such as generating snake_case names or enabling 'omitempty' behavior by default.
This package contains the development files.
其他与 golang-github-mailru-easyjson-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-josharian-intern-dev
- Intern string golang library