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! 👍
This commit is contained in:
skanehira 2019-03-07 10:45:46 +09:00 committed by Bo-Yi Wu
parent 570f761f3d
commit e7dd754373

View File

@ -829,6 +829,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with JSON.* *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. * [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. * [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. * [gojq](https://github.com/elgs/gojq) - JSON query in Golang.