Registry / serialization / ugorji-go-codec

ugorji-go-codec

JSON →
library1.3.1gogounverified

Package codec provides a high-performance, feature-rich codec for encoding and decoding various serialization formats like JSON, CBOR, and MessagePack.

go get github.com/ugorji/go/codec
INSTALL
IMPORT
SIG · UGORJI-GO-CODEC
U
ugorji-go-codec
serializationgov1.3.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.

codec
✓ github.com/ugorji/go/codec

Decodes JSON data into a map.

import "github.com/ugorji/go/codec" func main() { var v map[string]interface{} data := []byte(`{"key":"value"}`) codec.NewDecoderBytes(data, new(codec.JsonHandle)).Decode(&v) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
ugorji-go-codec — go get ugorji-go-codec · libregistry