From 6f90be69d289ff34e1e9af77b797a9155f20b348 Mon Sep 17 00:00:00 2001 From: whoops <35476126+wzlove@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:45:10 +0800 Subject: [PATCH] add gabs (#5188) For parsing, creating and editing unknown or dynamic JSON in Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e65de6d..3f68ff04 100644 --- a/README.md +++ b/README.md @@ -1457,6 +1457,7 @@ _Libraries for working with JSON._ - [ej](https://github.com/lucassscaravelli/ej) - Write and read JSON from different sources succinctly. - [epoch](https://github.com/vtopc/epoch) - Contains primitives for marshaling/unmarshalling Unix timestamp/epoch to/from build-in time.Time type in JSON. - [fastjson](https://github.com/valyala/fastjson) - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection. +- [gabs](https://github.com/Jeffail/gabs) - For parsing, creating and editing unknown or dynamic JSON in Go. - [gjo](https://github.com/skanehira/gjo) - Small utility to create JSON objects. - [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.