jsonpath
JSON query library
A Go library that parses and evaluates JSONPath queries to retrieve part of a JSON object
A query library for retrieving part of JSON based on JSONPath syntax.
24 stars
3 watching
4 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists
golangjsonjsonpathparsingpeg
Related projects:
Repository | Description | Stars |
---|---|---|
asaiyusuke/jsonpath-benchmark | Performs benchmarking of JSONPath libraries in Go. | 1 |
oliveagle/jsonpath | A Go implementation of JsonPath syntax for querying JSON data structures. | 324 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 243 |
paesslerag/jsonpath | An implementation of the JSONPath query language for Go. | 185 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
me-shaon/js-jsonq | A lightweight JavaScript library to query and manipulate JSON data in an object-relational style | 90 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
andrew-m-c/go.jsonvalue | A Go library for working with unstructured JSON data efficiently | 187 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
abusomani/jsonhandlers | A library that provides simple handlers to read and write JSON data from various sources such as files and HTTP requests. | 2 |
bhmj/jsonslice | Enables fast JSON querying without unmarshalling the entire data | 85 |
noahgorstein/jqp | An interactive command-line interface for the jq utility to explore and manipulate JSON data | 2,200 |
slurmulon/json-where | A library providing transparent querying and addressing of JSON data | 16 |
ddymko/go-jsonerror | Creates JSON error responses following the JsonApi specification | 16 |