Registry / serialization / coreos-go-json

coreos-go-json

JSON →
library0.0.0-20231102161613-e49c8866685agogounverified

A Go package for encoding and decoding JSON as defined in RFC 7159.

go get github.com/coreos/go-json
INSTALL
IMPORT
SIG · COREOS-GO-JSON
C
coreos-go-json
serializationgov0.0.0-20231102161613-e49c8866685a
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
✓ github.com/coreos/go-json

Marshals a map to JSON string.

package main import "github.com/coreos/go-json" func main() { data, _ := json.Marshal(map[string]int{"a": 1}) println(string(data)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231102161613-e49c8866685alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
coreos-go-json — go get coreos-go-json · libregistry