jqp
JSON explorer
An interactive command-line interface for the jq utility to explore and manipulate JSON data
A TUI playground to experiment with jq
2k stars
8 watching
40 forks
Language: Go
last commit: 2 months ago
Linked from 1 awesome list
gojqtui
Related projects:
Repository | Description | Stars |
---|---|---|
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
fiatjaf/jqview | A native GUI tool for visualizing and inspecting JSON data using the jq command-line utility | 370 |
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 |
maxzender/jv | A command-line JSON viewer utility | 119 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
limiu82214/gojmapr | A library to extract specific properties from complex JSON structures into Go structs with minimal code changes. | 22 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 243 |
elgs/jsonql | A JSON query expression library in Golang. | 276 |
paesslerag/jsonpath | An implementation of the JSONPath query language for Go. | 185 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
jcsalterego/jqq | An interactive wrapper around jq, providing an easy-to-use command-line interface. | 310 |
threatgrid/jq-go | A Go language binding for the JQ JSON filter library | 22 |
sinhashubham95/jsonic | A comprehensive set of utilities to handle JSON data in Go. | 11 |
asaiyusuke/jsonpath | A Go library that parses and evaluates JSONPath queries to retrieve part of a JSON object | 24 |