jsonql
JSON parser
A JSON query expression library in Golang.
JSON query expression library in Golang.
276 stars
12 watching
36 forks
Language: Go
last commit: about 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
oliveagle/jsonpath | A Go implementation of JsonPath syntax for querying JSON data structures. | 324 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
flant/libjq-go | CGO bindings for the JSON query language jq with optimized cache and static builds. | 15 |
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 | 243 |
paesslerag/jsonpath | An implementation of the JSONPath query language for Go. | 185 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
bhmj/jsonslice | Enables fast JSON querying without unmarshalling the entire data | 85 |