From 5408bd23c2d44daa45625e75ab11a78a946d31fe Mon Sep 17 00:00:00 2001 From: Milad Ebrahimi Date: Wed, 30 Jun 2021 11:50:16 +0430 Subject: [PATCH] Add vjson library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cda2c05d..524dbe87 100644 --- a/README.md +++ b/README.md @@ -1092,6 +1092,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [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. ## Logging