From 80f0a6472d2aa6687a6203a3f3a4b0aada55376a Mon Sep 17 00:00:00 2001 From: Ricardo Longa Date: Mon, 17 Aug 2015 11:43:30 -0300 Subject: [PATCH] Added JsonGo link. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cee58e23..260ef1f6 100644 --- a/README.md +++ b/README.md @@ -754,6 +754,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go * [hystrix-go](https://github.com/afex/hystrix-go) - Imprements Hystrix patterns of programmer-defined fallbacks aka circuit breaker. * [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. * [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. * [multitick](https://github.com/VividCortex/multitick) - Multiplexor for aligned tickers