Registry / serialization / disgoorg-json

disgoorg-json

JSON →
library1.2.0gogounverified

Provides configurable interfaces for JSON encoding and decoding in Go.

go get github.com/disgoorg/json
INSTALL
IMPORT
SIG · DISGOORG-JSON
D
disgoorg-json
serializationgov1.2.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.

json
github.com/disgoorg/json

Marshal a map to JSON using the configurable json package.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
disgoorg-json — go get disgoorg-json · libregistry