jsonpath
JSON parser
A Go implementation of JsonPath syntax for querying JSON data structures.
golang jsonpath library. follow the majority rules in this article http://goessner.net/articles/JsonPath/
324 stars
9 watching
94 forks
Language: Go
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 859 |
paesslerag/jsonpath | An implementation of the JSONPath query language for Go. | 185 |
asaiyusuke/jsonpath | A Go library that parses and evaluates JSONPath queries to retrieve part of a JSON object | 24 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 245 |
elgs/jsonql | A JSON query expression library in Golang. | 276 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
asaiyusuke/jsonpath-benchmark | Performs benchmarking of JSONPath libraries in Go. | 1 |
andrew-m-c/go.jsonvalue | A Go library for working with unstructured JSON data efficiently | 189 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
bhmj/jsonslice | Enables fast JSON querying without unmarshalling the entire data | 86 |
onox/json-ada | An Ada library for parsing JSON data | 39 |
ietf-wg-jsonpath/draft-ietf-jsonpath-base | Develops an internet standard for querying JSON data | 60 |
ddymko/go-jsonerror | Creates JSON error responses following the JsonApi specification | 16 |