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

GitHub

5k stars
101 watching
437 forks
Language: Go
last commit: 6 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,310
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,487
mailru/easyjson A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. 4,509
ohler55/ojg A high-performance JSON parser and toolset for Go. 862
spyzhov/ajson JSON parser with path selection support 249
zserge/jsmn A lightweight JSON parser and tokenizer written in C. 3,726
ant0ine/go-json-rest A library that provides a simple and efficient way to build RESTful JSON APIs in Go. 3,509
thedevsaddam/gojsonq Provides an ODM-like API to access and query JSON data in Go 2,194
francoispqt/gojay A high-performance JSON parser and encoder with streaming capabilities for Go. 2,127
sbjson/sbjson A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. 3,727
bet365/jingo A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. 737
geziyor/geziyor A fast and flexible web crawling and scraping framework for extracting structured data from websites. 2,646
bluelinelabs/logansquare A JSON parsing and serialization library for Android using Jackson's streaming API 3,204
wi2l/jettison Fast JSON encoding library for Go with configurable options and native support for standard library types. 175