SaaSHub helps you find the best software and product alternatives Learn more →
Top 10 Go json-parser Projects
-
Project mention: Decoding JSON sum types in Go without panicking | news.ycombinator.com | 2025-03-15
BTW double unmarshalling (and double marshalling) can be quite slow, so to speed up determining the object type you can extract the type field e.g. by using https://github.com/tidwall/gjson. It can be easily 10x faster for this kind of scenario
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
jsoniter
A high-performance 100% compatible drop-in replacement of "encoding/json" (by json-iterator)
Project mention: Go Performance: Pequenas mudanças que ajudam a melhorar o desempenho do seu app | dev.to | 2024-07-30 -
-
Project mention: Avoiding Boilerplate: Using Generics and Reflection for JSON Parsing in Go 1.18+ | dev.to | 2025-04-25
Tools like easyjson generate optimized parsing code:
-
fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection (by valyala)
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
hocon
go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
-
jsonc
Golang (v1.13+) JSON5 preprocessor supporting comments, trailing comma, unquoted key/single-quoted string, hex number, trailing decimal point, literal newlines and more. (by adhocore)
-
Go json-parser discussion
Go json-parser related posts
-
Gjson: Get JSON values quickly – JSON parser for Go
-
Introducing astjson: Transform and Merge JSON Objects with Unmatched Speed in Go
-
What's the best way to unmarshall this nested JSON?
-
Modification of json string without deserialisation into map/struct
-
Object-oriented JSON in Go
-
Best approach for a monolithic web app?
-
Mapping json fields in api calls to a struct to store them in a database or cache
-
A note from our sponsor - SaaSHub
www.saashub.com | 26 Apr 2025
Index
What are some of the best open-source json-parser projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | GJSON | 14,879 |
2 | jsoniter | 13,700 |
3 | jsonparser | 5,525 |
4 | easyjson | 4,662 |
5 | fastjson | 2,345 |
6 | jstream | 582 |
7 | ajson | 267 |
8 | hocon | 84 |
9 | jsonc | 18 |
10 | json-parser | 17 |