jsonparser
JSON parser
A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge.
One of the fastest alternative JSON parser for Go that does not require schema
5k stars
101 watching
435 forks
Language: Go
last commit: 4 months ago gojsonjson-parserparserperfomance
Related projects:
Repository | Description | Stars |
---|---|---|
valyala/fastjson | A fast JSON parser and validator written in Go that provides simple API access to parsed data without code generation or reflection. | 2,290 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
tidwall/gjson | A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. | 14,344 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,483 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 243 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,687 |
ant0ine/go-json-rest | A library that provides a simple and efficient way to build RESTful JSON APIs in Go. | 3,514 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,728 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
geziyor/geziyor | A fast and flexible web crawling and scraping framework for extracting structured data from websites. | 2,629 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,208 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 174 |