Top 8 Go json-parser Projects
-
jsoniter
A high-performance 100% compatible drop-in replacement of "encoding/json" (by json-iterator)
-
Project mention: My next client wants to redevelop a java Webapp with go | reddit.com/r/golang | 2022-04-21
tidwall/gjson - JSON processing.
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
`jj` is a little tool I wrote that uses https://github.com/buger/jsonparser
-
There is https://github.com/mailru/easyjson out there if you are absolutely sure that serialization is the bottleneck. Otherwise I'd go for stdlib.
-
fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection (by valyala)
Project mention: sonic - A blazingly fast JSON serializing & deserializing library | reddit.com/r/golang | 2021-11-20fastjson is a library I've used in production and had a good experience with. Written in pure Go so that's a big plus vs Assembly in my perspective.
-
Project mention: What is the best solution to unique data in golang | reddit.com/r/golang | 2021-08-05
I suggest to use a streaming library to parse your file. Like jstream or simdjson-go
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
hocon
go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
Go json-parser related posts
- sonic - A blazingly fast JSON serializing & deserializing library
- Whats the fastest JSON unmarshaling package as of right now?
- map[string]interface{} decoder
- How to structure Go code?
- Alternative JSON parser for Go (10x times faster standard library)
- Yet another JSON question
- Internet Object – A JSON alternative data serialization format
Index
What are some of the best open-source json-parser projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | jsoniter | 10,869 |
2 | GJSON | 10,314 |
3 | jsonparser | 4,554 |
4 | easyjson | 3,737 |
5 | fastjson | 1,535 |
6 | jstream | 469 |
7 | ajson | 115 |
8 | hocon | 41 |
Are you hiring? Post a new remote job listing for free.