Registry / utility / zazab-zhash

zazab-zhash

JSON →
library0.0.0-20221031090444-2b0d50417446gogounverified

A Go library for operating on large map[string]interface{} structures with ease.

go get github.com/zazab/zhash
INSTALL
IMPORT
SIG · ZAZAB-ZHASH
Z
zazab-zhash
utilitygov0.0.0-20221031090444-2b0d50417446
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.

zhash
github.com/zazab/zhash

Creates a ZHash instance and retrieves a value by key.

package main import ( "fmt" "github.com/zazab/zhash" ) func main() { data := map[string]interface{}{"key": "value"} zh := zhash.New(data) val, _ := zh.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20221031090444-2b0d50417446latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
zazab-zhash — go get zazab-zhash · libregistry