gojq
JSON processor
An implementation of a JSON processing tool written in Go
Pure Go implementation of jq
3k stars
40 watching
120 forks
Language: Go
last commit: 25 days ago
Linked from 3 awesome lists
cli-toolcli-utilitygogolangjson
Related projects:
Repository | Description | Stars |
---|---|---|
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
tidwall/gjson | A JSON parser and extractor for Go, allowing fast and simple access to nested values in JSON documents. | 14,379 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
jqlang/jq | Tool for transforming and manipulating structured data in a flexible and lightweight way | 30,606 |
cue-lang/cue | A tool for validating and defining text-based and dynamic configuration files | 5,138 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 859 |
mikefarah/yq | A portable command-line YAML and JSON processor with syntax similar to jq. | 12,331 |
ddymko/go-jsonerror | Creates JSON error responses following the JsonApi specification | 16 |
puerkitobio/goquery | A library that provides an HTML-parsing and manipulation interface in Go. | 14,065 |
limiu82214/gojmapr | A library to extract specific properties from complex JSON structures into Go structs with minimal code changes. | 22 |
chimeracoder/gojson | Automates generation of Go struct definitions from JSON or YAML documents | 2,668 |
amuzatkts/jsonapi-errors | Provides error bindings based on the JSON API reference | 14 |
doug-martin/goqu | An expressive SQL builder and executor for Go | 2,409 |
zxh0/jvm.go | A toy implementation of a Java Virtual Machine in Go | 3,594 |