Registry / serialization / fxamacker-cbor

fxamacker-cbor

JSON →
library1.5.1gogounverified

Package cbor provides a fuzz-tested CBOR encoder and decoder with full support for float16, Canonical CBOR, CTAP2 Canonical CBOR, and custom settings.

go get github.com/fxamacker/cbor
INSTALL
IMPORT
SIG · FXAMACKER-CBOR
F
fxamacker-cbor
serializationgov1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cbor
github.com/fxamacker/cbor

Encode an integer to CBOR

package main import ( "fmt" "github.com/fxamacker/cbor" ) func main() { data, _ := cbor.Marshal(42) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fxamacker-cbor — go get fxamacker-cbor · libregistry