From e7dd754373392cd5770721982519e72bb42c4924 Mon Sep 17 00:00:00 2001 From: skanehira Date: Thu, 7 Mar 2019 10:45:46 +0900 Subject: [PATCH] Add gjo (#2406) Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks! **Please provide package links to:** - github.com repo:https://github.com/skanehira/gjo - godoc.org:https://godoc.org/github.com/skanehira/gjo - goreportcard.com:https://goreportcard.com/report/github.com/skanehira/gjo - coverage service link [gocover](https://gocover.io/github.com/skanehira/gjo) Very good coverage **Note**: that new categories can be added only when there are 3 packages or more. **Make sure that you've checked the boxes below before you submit PR:** - [x] I have added my package in alphabetical order. - [x] I have an appropriate description with correct grammar. - [x] I know that this package was not listed before. - [x] I have added godoc link to the repo and to my pull request. - [x] I have added coverage service link to the repo and to my pull request. - [x] I have added goreportcard link to the repo and to my pull request. - [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard). Thanks for your PR, you're awesome! :+1: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c09e219a..7df3fc98 100644 --- a/README.md +++ b/README.md @@ -829,6 +829,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for working with JSON.* +* [gjo](https://github.com/skanehira/gjo) - Small utility to create JSON objects. * [GJSON](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. * [go-respond](https://github.com/nicklaw5/go-respond) - Go package for handling common HTTP JSON responses. * [gojq](https://github.com/elgs/gojq) - JSON query in Golang.