File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ CI] ( https://github.com/cloudfoundry/jsonry/workflows/Go/badge.svg )] ( https://github.com/cloudfoundry/jsonry/actions?query=workflow%3AGo )
2- [ ![ GoDoc] ( https://godoc.org/code.cloudfoundry.org/jsonry?status.png )] ( https://godoc.org/code.cloudfoundry.org/jsonry )
2+ [ ![ go.dev reference] ( https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square )] ( https://pkg.go.dev/code.cloudfoundry.org/jsonry?tab=doc )
3+
34# JSONry
45
56A Go library and notation for converting between a Go ` struct ` and JSON.
@@ -27,7 +28,7 @@ Will generate the following JSON:
2728}
2829```
2930The operation is reversible using ` Unmarshal() ` . The key advantage is that nested JSON can be generated and parsed without
30- the need to create intermediate Go structures. Check out [ the documentation] ( https://godoc.org /code.cloudfoundry.org/jsonry ) for details.
31+ the need to create intermediate Go structures. Check out [ the documentation] ( https://pkg.go.dev /code.cloudfoundry.org/jsonry?tab=doc ) for details.
3132
3233JSONry started life in the [ Cloud Foundry CLI] ( https://github.com/cloudfoundry/cli ) project. It has been extracted so
3334that it can be used in other projects too.
You can’t perform that action at this time.
0 commit comments