Registry / serialization / ugorji-go

ugorji-go

JSON →
library1.2.14gogounverified

A high-performance codec for encoding and decoding data in various formats like JSON, CBOR, and MessagePack.

go get github.com/ugorji/go
INSTALL
IMPORT
SIG · UGORJI-GO
U
ugorji-go
serializationgov1.2.14
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 a JSON string into an interface using the codec package.

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

No known issues recorded.

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

No dependency data recorded yet.

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