Registry / serialization / aacfactory-json

aacfactory-json

JSON →
library1.16.9gogounverified

Package json provides JSON encoding and decoding utilities.

go get github.com/aacfactory/json
INSTALL
IMPORT
SIG · AACFACTORY-JSON
A
aacfactory-json
serializationgov1.16.9
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/aacfactory/json

Marshals a struct to JSON.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
aacfactory-json — go get aacfactory-json · libregistry