Add Andrew-M-C/go.jsonvalue (#4796)

* Add Andrew-M-C/go.jsonvalue

* alphabetical order

---------

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
Andrew Chang 2023-05-26 23:22:27 +08:00 committed by GitHub
parent ccff99d919
commit 6b8976e9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1428,6 +1428,7 @@ _Libraries for working with JSON._
- [jsonhal](https://github.com/RichardKnop/jsonhal) - Simple Go package to make custom structs marshal into HAL compatible JSON responses.
- [jsonhandlers](https://github.com/abusomani/jsonhandlers) - JSON library to expose simple handlers that lets you easily read and write json from various sources.
- [jsonic](https://github.com/sinhashubham95/jsonic) - Utilities to handle and query JSON without defining structs in a type safe manner.
- [jsonvalue](https://github.com/Andrew-M-C/go.jsonvalue) - A fast and convinient library for unstructured JSON data, replacing `encoding/json`.
- [jzon](https://github.com/zerosnake0/jzon) - JSON library with standard compatible API/behavior.
- [kazaam](https://github.com/Qntfy/kazaam) - API for arbitrary transformation of JSON documents.
- [mapslice-json](https://github.com/mickep76/mapslice-json) - Go MapSlice for ordered marshal/ unmarshal of maps in JSON.