Registry / serialization / segmentio-objconv

segmentio-objconv

JSON →
library1.0.1gogounverified

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

go get github.com/segmentio/objconv
INSTALL
IMPORT
SIG · SEGMENTIO-OBJCONV
S
segmentio-objconv
serializationgov1.0.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.

objconv
github.com/segmentio/objconv

Marshal a simple map to JSON using objconv.

package main import ( "fmt" "github.com/segmentio/objconv" ) func main() { data, _ := objconv.Marshal(map[string]int{"a": 1}) fmt.Println(string(data)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
segmentio-objconv — go get segmentio-objconv · libregistry