Registry / serialization / shamaton-msgpack-v2

shamaton-msgpack-v2

JSON →
library2.4.1gogounverified

A Go library for encoding and decoding MessagePack data.

go get github.com/shamaton/msgpack/v2
INSTALL
IMPORT
SIG · SHAMATON-MSGPACK-V
S
shamaton-msgpack-v2
serializationgov2.4.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.

msgpack
github.com/shamaton/msgpack/v2

Marshals a map to MessagePack format.

package main import ( "fmt" "github.com/shamaton/msgpack/v2" ) func main() { data, err := msgpack.Marshal(map[string]interface{}{"key": "value"}) if err != nil { panic(err) } fmt.Println(data) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
shamaton-msgpack-v2 — go get shamaton-msgpack-v2 · libregistry