From 38a89e05440d6c1b1f75add1bdea09b5994a2d0a Mon Sep 17 00:00:00 2001 From: "Timofey.Kovalev" Date: Thu, 5 Aug 2021 14:57:33 +0300 Subject: [PATCH] add omg.jsonparser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e7dcd4c..f2f4b193 100644 --- a/README.md +++ b/README.md @@ -1104,6 +1104,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. +* [omg.jsonparser](https://github.com/dedalqq/omg.jsonparser) - Simple JSON parser with validation by condition via golang struct fields tags. * [ujson](https://github.com/olvrng/ujson) - Fast and minimal JSON parser and transformer that works on unstructured JSON. * [vjson](https://github.com/miladibra10/vjson) - Go package for validating JSON objects with declaring a JSON schema with fluent API.