Registry / serialization / brianolson-cbor-go

brianolson-cbor-go

JSON →
library1.0.0gogounverified

Package cbor_go implements CBOR (RFC 7049) serialization and deserialization in Go, similar to encoding/json.

go get github.com/brianolson/cbor_go
INSTALL
IMPORT
SIG · BRIANOLSON-CBOR-GO
B
brianolson-cbor-go
serializationgov1.0.0
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/brianolson/cbor_go

Marshals a map to CBOR format.

package main import ( "fmt" "github.com/brianolson/cbor_go" ) func main() { data := map[string]int{"foo": 1} bytes, _ := cbor.Marshal(data) fmt.Println(bytes) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
brianolson-cbor-go — go get brianolson-cbor-go · libregistry