Registry / serialization / jsonry

jsonry

JSON →
library1.1.4gogounverified

Simplifies marshaling and unmarshaling nested JSON into Go structures.

go get code.cloudfoundry.org/jsonry
INSTALL
IMPORT
SIG · JSONRY
J
jsonry
serializationgov1.1.4
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.

jsonry
code.cloudfoundry.org/jsonry

Unmarshals JSON into a struct using jsonry tags.

package main import ( "fmt" "code.cloudfoundry.org/jsonry" ) func main() { type Config struct { Name string `jsonry:"name"` } var cfg Config jsonry.Unmarshal([]byte(`{"name":"test"}`), &cfg) fmt.Println(cfg.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jsonry — go get jsonry · libregistry