gojq
JSON parser
A Go library for querying and manipulating JSON data
JSON query in Golang
191 stars
6 watching
23 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
elgs/jsonql | A JSON query expression library in Golang. | 276 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 859 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
threatgrid/jq-go | A Go language binding for the JQ JSON filter library | 22 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 245 |
flant/libjq-go | CGO bindings for the JSON query language jq with optimized cache and static builds. | 15 |
oliveagle/jsonpath | A Go implementation of JsonPath syntax for querying JSON data structures. | 324 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
paesslerag/jsonpath | An implementation of the JSONPath query language for Go. | 185 |
zerosnake0/go-json-benchmark | A benchmarking tool for evaluating performance of various JSON libraries in the Go programming language | 9 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |