From 86182cff86b42b9b1f68677a393ab9f141c0b54c Mon Sep 17 00:00:00 2001 From: Nimo Date: Tue, 2 May 2023 14:42:03 +0800 Subject: [PATCH] add limiu82214/gojmapr (#4834) Co-authored-by: nimo_wang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fa9c89d..1348c28b 100644 --- a/README.md +++ b/README.md @@ -1406,6 +1406,7 @@ _Libraries for working with JSON._ - [GJSON](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. - [go-jsonerror](https://github.com/ddymko/go-jsonerror) - Go-JsonError is meant to allow us to easily create json response errors that follow the JsonApi spec. - [go-respond](https://github.com/nicklaw5/go-respond) - Go package for handling common HTTP JSON responses. +- [gojmapr](https://github.com/limiu82214/gojmapr) - Get simple struct from complex json by json path. - [gojq](https://github.com/elgs/gojq) - JSON query in Golang. - [gojson](https://github.com/ChimeraCoder/gojson) - Automatically generate Go (golang) struct definitions from example JSON. - [htmljson](https://github.com/nikolaydubina/htmljson) - Rich rendering of JSON as HTML in Go.