[ 原始碼: golang-github-perimeterx-marshmallow ]
套件:golang-github-perimeterx-marshmallow-dev(1.1.4-2)
golang-github-perimeterx-marshmallow-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-perimeterx-marshmallow:
- [golang-github-perimeterx-marshmallow_1.1.4-2.dsc]
- [golang-github-perimeterx-marshmallow_1.1.4.orig.tar.gz]
- [golang-github-perimeterx-marshmallow_1.1.4-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-go-viper-mapstructure-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-bep-tmc-dev
- golang-github-cnf-structhash-dev
- golang-github-alecthomas-jsonschema-dev
- golang-github-coreos-go-json-dev
- golang-github-google-jsonapi-dev
- golang-github-go-playground-validator-v10-dev
- golang-github-stretchr-objx-dev
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-tendermint-go-wire-dev
flexible and performant JSON unmarshalling in Go
Marshmallow package provides a simple API to perform flexible and performant JSON unmarshalling in Go.
Marshmallow specializes in dealing with **unstructured struct** - when some fields are known and some aren't, with zero performance overhead nor extra coding needed. While unmarshalling, marshmallow allows fully retaining the original data and access it via a typed struct and a dynamic map.
其他與 golang-github-perimeterx-marshmallow-dev 有關的套件
|
|
|
|
-
- dep: golang-github-go-test-deep-dev (>= 1.0.8)
- Golang deep variable equality test that returns human-readable differences
-
- dep: golang-github-mailru-easyjson-dev (>= 0.7.7)
- Fast JSON serializer for golang - development files
-
- dep: golang-github-ugorji-go-codec-dev (>= 1.2.7)
- idiomatic codec and rpc lib for msgpack, cbor, json (library)