From a72bef4b4be7831361742f8a13c6f1abe81a39e0 Mon Sep 17 00:00:00 2001 From: Ryan Leary Date: Thu, 21 Jul 2016 10:06:22 -0400 Subject: [PATCH] Add Kazaam JSON transformation project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18fe172..a82a4b0 100644 --- a/README.md +++ b/README.md @@ -990,6 +990,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [JobRunner](https://github.com/bamzi/jobrunner) - Smart and featureful cron job scheduler with job queuing and live monitoring built in. * [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. +* [kazaam](https://github.com/Qntfy/kazaam) - API for arbitrary transformation of JSON documents. * [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go * [mc](https://github.com/minio/mc) - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. * [mergo](https://github.com/imdario/mergo) - A helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements.