Jsonparser Alternatives
Similar projects and alternatives to jsonparser
-
fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection (by valyala)
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
mapslice-json
Go MapSlice for ordered marshal/ unmarshal of maps in JSON
-
json-to-proto.github.io
convert JSON to Protocol Buffers online in your browser instantly
-
-
-
-
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.
-
-
-
epoch
Contains primitives for marshaling/unmarshaling Unix timestamp/epoch to/from built-in time.Time type in JSON (by vtopc)
-
-
-
brackit
Query processor with proven optimizations, ready to use for your document store to query semi-structured data with a JSONiq like extension of XQuery. Can also be used as an ad-hoc in-memory query processor.
-
-
-
q
q - Run SQL directly on delimited files and multi-file sqlite databases (by harelba)
-
-
-
-
jsonparser reviews and mentions
-
Zq: An Easier (and Faster) Alternative to Jq
`jj` is a little tool I wrote that uses https://github.com/buger/jsonparser
-
Whats the fastest JSON unmarshaling package as of right now?
If you don't know the schema or you only need to access one or two fields in a much larger JSON object, I would recommend https://github.com/buger/jsonparser as it provides an easy API to access specific values without fully unmarshaling. This is an unusual use case though, 9 times out of 10 I would tend to use easyjson.
-
map[string]interface{} decoder
Reading and navigating arbitrary JSON: I've used https://github.com/tidwall/gjson, many others like https://github.com/buger/jsonparser are also out there.
- Alternative JSON parser for Go (10x times faster standard library)
-
Handling large json files at runtime
But if you want more problems there are some options: jsonparser and possibly mmap.
- JSON object of objects / Python dictionary of dictionaries (with unknown structure)
-
what's the best way to parse specific param in request body?
But in case your main problem is speed and you want to not to parse what you don't need use https://github.com/buger/jsonparser
Stats
buger/jsonparser is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.