Add romshark/jscan (#3989)

This commit is contained in:
Roman Sharkov 2022-01-17 11:50:44 +02:00 committed by GitHub
parent b80d036e12
commit 6a8c1692c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.