Registry / serialization / clarketm-json

clarketm-json

JSON →
library1.17.1gogounverified

Package json implements encoding and decoding of JSON as defined in RFC 7159.

go get github.com/clarketm/json
INSTALL
IMPORT
SIG · CLARKETM-JSON
C
clarketm-json
serializationgov1.17.1
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/clarketm/json

Marshal a struct to JSON.

package main import ( "fmt" "github.com/clarketm/json" ) func main() { type Person struct { Name string `json:"name"` } p := Person{Name: "Alice"} b, _ := json.Marshal(p) fmt.Println(string(b)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
clarketm-json — go get clarketm-json · libregistry