Registry / serialization / json
library0.0.0-20250730193827-2d320260d730gogounverified

Package json provides JSON encoding and decoding with strict mode support for Kubernetes.

go get sigs.k8s.io/json
INSTALL
IMPORT
SIG · JSON
J
json
serializationgov0.0.0-20250730193827-2d320260d730
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.

json
sigs.k8s.io/json

Unmarshals JSON with strict mode.

package main import ( "fmt" "sigs.k8s.io/json" ) func main() { data := []byte(`{"key":"value"}`) var v map[string]string err := json.Unmarshal(data, &v) if err != nil { fmt.Println(err) return } fmt.Println(v) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250730193827-2d320260d730latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
json — go get json · libregistry