From 4d25e4eb99c713b822ddd9d01c586ca67b88c78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20M=2E=20Persson?= Date: Wed, 19 Feb 2020 14:15:43 +0100 Subject: [PATCH] add mapslice-json package to json section (#2967) * add mapslice-json package to json section * fix alphabetical order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb5d1054..49770571 100644 --- a/README.md +++ b/README.md @@ -974,6 +974,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [jsongo](https://github.com/ricardolonga/jsongo) - Fluent API to make it easier to create Json objects. * [jsonhal](https://github.com/RichardKnop/jsonhal) - Simple Go package to make custom structs marshal into HAL compatible JSON responses. * [kazaam](https://github.com/Qntfy/kazaam) - API for arbitrary transformation of JSON documents. +* [mapslice-json](https://github.com/mickep76/mapslice-json) - Go MapSlice for ordered marshal/ unmarshal of maps in JSON. * [mp](https://github.com/sanbornm/mp) - Simple cli email parser. It currently takes stdin and outputs JSON. ## Logging