An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.2% on proxy.golang.org
Top 0.8% dependent packages on proxy.golang.org
Top 1.3% dependent repos on proxy.golang.org
Top 1.9% docker downloads on proxy.golang.org

proxy.golang.org : github.com/brianolson/cbor_go

CBOR is IETF RFC 7049, the "Concise Binary Object Representation" http://tools.ietf.org/html/rfc7049 In can be thought of as "binary JSON" but is a superset and somewhat richer representation than JSON. import cbor "bitbucket.org/bodhisnarkva/cbor/go" Other implementations and more information can also be found at: http://cbor.io/ Serialization and deserialization of structs uses the same tag format as the encoding/json package. If different json and cbor serialization names are needed, a tag `cbor:"fieldName"` can be specified. Example: This might generate json: {"serialization_name":"foo", "json_name":2} And CBOR equivalent to: {"serialization_name":"foo", "cbor_name":2}

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/brianolson/cbor_go
License: Apache-2.0
Latest release: over 8 years ago
First release: over 8 years ago
Namespace: github.com/brianolson
Dependent packages: 36
Dependent repositories: 17
Stars: 8 on GitHub
Forks: 2 on GitHub
Docker dependents: 1
Docker downloads: 64
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago

    Loading...
    Readme
    Loading...