From 6a8c1692c7a3b1461c866bb0662c503738669f26 Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Mon, 17 Jan 2022 11:50:44 +0200 Subject: [PATCH] Add romshark/jscan (#3989) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9acb9d1b..d60b37b8 100644 --- a/README.md +++ b/README.md @@ -1211,6 +1211,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gojson](https://github.com/ChimeraCoder/gojson) - Automatically generate Go (golang) struct definitions from example JSON. * [JayDiff](https://github.com/yazgazan/jaydiff) - JSON diff utility written in Go. * [jettison](https://github.com/wI2L/jettison) - Fast and flexible JSON encoder for Go. +* [jscan](https://github.com/romshark/jscan) - High performance zero-allocation JSON iterator. * [JSON-to-Go](https://mholt.github.io/json-to-go/) - Convert JSON to Go struct. * [JSON-to-Proto](https://json-to-proto.github.io/) - Convert JSON to Protobuf online. * [json2go](https://github.com/m-zajac/json2go) - Advanced JSON to Go struct conversion. Provides package that can parse multiple JSON documents and create struct to fit them all.