Registry / utility / stretchr-objx

stretchr-objx

JSON →
library0.5.3gogounverified

Provides utilities for working with maps, slices, JSON, and other data structures in Go.

go get github.com/stretchr/objx
INSTALL
IMPORT
SIG · STRETCHR-OBJX
S
stretchr-objx
utilitygov0.5.3
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.

objx
github.com/stretchr/objx

Accesses a value from a map using objx.

package main import ( "fmt" "github.com/stretchr/objx" ) func main() { m := objx.Map{"name": "objx", "version": 1.0} fmt.Println(m.Get("name")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
stretchr-objx — go get stretchr-objx · libregistry