* [jsonparser v1.1.2](https://github.com/buger/jsonparser) – Fast Go JSON parser offering path-based access without predefined structs and minimal allocations. * [easyjson v0.9.2](https://github.com/mailru/easyjson) – Fast, reflection-free JSON marshaling and unmarshaling for Go structs with generated code. * [JSON v2.19.0](https://github.com/ruby/json) – Implementation of the JSON specification for Ruby. * [fastjson v1.6.10](https://github.com/valyala/fastjson) – Fast JSON parser and validator for Go that parses arbitrary JSON without reflection or code generation.