From 8c2d6b07115ba7add3bb0547127d4ecf530f9262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20Zaj=C4=85c?= Date: Mon, 23 Sep 2019 08:10:04 +0200 Subject: [PATCH] Add m-zajac/json2go (#2729) * Add m-zajac/json2go * Move json2go github pages to Websites category --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0f0b70d..72c6b213 100644 --- a/README.md +++ b/README.md @@ -913,6 +913,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gojson](https://github.com/ChimeraCoder/gojson) - Automatically generate Go (golang) struct definitions from example JSON. * [JayDiff](https://github.com/yazgazan/jaydiff) - JSON diff utility written in Go. * [JSON-to-Go](https://mholt.github.io/json-to-go/) - Convert JSON to Go struct. +* [json2go](https://github.com/m-zajac/json2go) - Advanced JSON to Go struct conversion. Provides package that can parse multiple JSON documents and create struct to fit them all. * [jsonapi-errors](https://github.com/AmuzaTkts/jsonapi-errors) - Go bindings based on the JSON API errors reference. * [jsonf](https://github.com/miolini/jsonf) - Console tool for highlighted formatting and struct query fetching JSON. * [jsongo](https://github.com/ricardolonga/jsongo) - Fluent API to make it easier to create Json objects. @@ -2319,6 +2320,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Gopher Community Chat](https://invite.slack.golangbridge.org) - Join Our New Slack Community For Gophers ([Understand how it came](https://blog.gopheracademy.com/gophers-slack-community/)). * [Gophercises](https://gophercises.com/) - Free coding exercises for budding gophers. * [gowalker.org](https://gowalker.org) - Go Project API documentation. +* [json2go](https://m-zajac.github.io/json2go) - Advanced JSON to Go struct conversion - online tool. * [justforfunc](https://www.youtube.com/c/justforfunc) - Youtube channel dedicated to Go programming language tips and tricks, hosted by Francesc Campoy [@francesc](https://twitter.com/francesc). * [r/Golang](https://www.reddit.com/r/golang) - News about Go. * [studygolang](https://studygolang.com) - The community of studygolang in China.