Pacote: golang-github-coreos-go-json-dev (0.0~git20200220.5ae6071-2)
Links para golang-github-coreos-go-json-dev
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte golang-github-coreos-go-json:
- [golang-github-coreos-go-json_0.0~git20200220.5ae6071-2.dsc]
- [golang-github-coreos-go-json_0.0~git20200220.5ae6071.orig.tar.xz]
- [golang-github-coreos-go-json_0.0~git20200220.5ae6071-2.debian.tar.xz]
Mantenedores(as):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
- golang-github-goji-param-dev
- golang-github-go-viper-mapstructure-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-valyala-fastjson-dev
- golang-github-invopop-jsonschema-dev
- golang-github-pelletier-go-toml.v2-dev
- msort
- golang-github-go-playground-validator-v10-dev
- golang-github-wk8-go-ordered-map-dev
- libstring-tagged-perl
- libxml-parser-easytree-perl
Go's encoding/json library plus Node struct support (library)
This is a fork of go's encoding/json library. It adds the a third target for unmarshalling, json.Node. Unmarshalling to a Node behaves similarilarly to unmarshalling to an interface{}, except it also records the offsets for the start and end of the value that was unmarshalled and, if the value was part of a json object, it also records the offsets of the start and end of the object's key. The Value field of the Node will be unmarshalled to the same types as if it were an interface{}, except in the case of arrays and objects. In those case it will be unmarshalled to a []Node or map[string]Node instead []interface{} or map[string]interface{} for arrays and objects, respectively.
Download de golang-github-coreos-go-json-dev
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 160.9 kB | 311.0 kB | [lista de arquivos] |