jid
jiq
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jid
-
Zq: An Easier (and Faster) Alternative to Jq
It took me a while to grok jq, but now that I do I kinda like it? I don't think I want to learn yet another thing.
I do like tools that complement/supplement jq though, like jid: https://github.com/simeji/jid
- Ask HN: Local Tools for Viewing JSON
-
jless - Command Line JSON Viewer
Link for the lazy: https://github.com/simeji/jid
- FX: An interactive alternative to jq to process JSON
- Tips on Adding JSON Output to Your CLI App
- jid
-
How to navigate an API from the terminal
If you're trying to work out the structure and content of an API's JSON responses, you can keep paging through the documentation and the paged output of less or you can reach for more precise JSON parsing tools such as, jq and jid.
-
Help using JQ interactively?
Yeah, I love me some jq, and my first reaction to the JSON tools page was 'What do these bring to the table that jq doesn't?". Gron and Jid changed my mind.
- My favorite cli/tui programs:
- Ask HN: Tools you have made for yourself?
jiq
-
jsonpath
Jiq which is an interactive JSON query explorer.
-
Tell HN: Microsoft forks MIT licensed repo, and changes the copyright to them
No, you cannot.
I'd advise you to fixup any forks on GitHub, e.g. https://github.com/fiatjaf/jiq/blob/master/LICENSE, which are currently in breach of license.
You'll need to inform anyone who forked your code, too.
-
Tips on Adding JSON Output to Your CLI App
What kind of thing are you trying to do?
jq can get pretty deep but for most things in this area I'm not sure how it could improve upon, but would be interested in hearing alternatives.
https://github.com/fiatjaf/jiq
Is a realtime feedback wrapper which I find useful when crafting one-off command line uses for jq and it starts getting crazy.
-
An Introduction to JQ
Something I just learned about the other day was jid [0] to help query the json keys
[0] https://github.com/fiatjaf/jiq
-
List of JSON tools for command line
There is also https://github.com/fiatjaf/jiq
What are some alternatives?
fx - Terminal JSON viewer & processor
super - An analytics database that puts JSON and relational tables on equal footing
yamlpath - YAML/JSON/EYAML/Compatible get/set/merge/validate/scan/convert/diff processors using powerful, intuitive, command-line friendly syntax.
m4b-tool - m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
rq - Record Query - A tool for doing record analysis and transformation
pxi - 🧚 pxi (pixie) is a small, fast, and magical command-line data processor similar to jq, mlr, and awk.
kubectl-jq - Kubectl plugin that works like "kubectl get" but runs everything through a JQ program you provide
qdoc - Convert documentation within a Lua script into a Markdown file.
opensource-management-portal - Microsoft's monolithic, opinionated Open Source Management Portal enabling enterprise scale self-service powered by the GitHub API 🏔🧑💻🧰
jj - JSON Stream Editor (command line utility)
jql - Easy JSON Query Processor with a Lispy syntax in Go