Registry / serialization / philippgille-gokv-encoding

philippgille-gokv-encoding

JSON →
library0.7.0gogounverified

Provides encoding and decoding utilities for the GoKV key-value store library.

go get github.com/philippgille/gokv/encoding
INSTALL
IMPORT
SIG · PHILIPPGILLE-GOKV-
P
philippgille-gokv-encoding
serializationgov0.7.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.

encoding
github.com/philippgille/gokv/encoding

Encode data using JSON encoding from gokv

package main import ( "fmt" "github.com/philippgille/gokv/encoding" ) func main() { data := map[string]string{"key": "value"} bytes, err := encoding.JSON.Marshal(data) if err != nil { panic(err) } fmt.Println(string(bytes)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
philippgille-gokv-encoding — go get philippgille-gokv-encoding · libregistry