From cc8d55d6ecc63a054221eb3c8f32dfdc55bdfa9e Mon Sep 17 00:00:00 2001 From: LuiggiPasacheL Date: Wed, 25 Dec 2024 20:55:42 -0500 Subject: [PATCH] Add antonmedv/fx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 952807fb8e9..d5fbf9447da 100644 --- a/README.md +++ b/README.md @@ -1522,6 +1522,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. +- [fx](https://github.com/antonmedv/fx) - Terminal JSON viewer & processor. - [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.