gjson
JSON extractor
A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents.
Get JSON values quickly - JSON parser for Go
14k stars
167 watching
862 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
golangjsonjson-parser
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 |
buger/jsonparser | A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge. | 5,477 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,509 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,194 |
tomnomnom/gron | A utility that transforms JSON into a format allowing easy searching and manipulation of its contents | 13,914 |
spyzhov/ajson | JSON parser with path selection support | 249 |
google/gson | A Java library for converting objects to and from JSON data | 23,432 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 862 |
importcjj/rust-ajson | Rust library to parse and query JSON data using dotpath syntax | 105 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
limiu82214/gojmapr | A library to extract specific properties from complex JSON structures into Go structs with minimal code changes. | 22 |
adhocore/jsonc | A lightweight JSON preprocessor that converts JSON5 input to Go-compatible JSON. | 17 |
mholt/json-to-go | Automates the conversion of JSON to Go type definitions | 4,521 |
andrew-m-c/go.jsonvalue | A Go library for working with unstructured JSON data efficiently | 190 |