SaaSHub helps you find the best software and product alternatives Learn more →
Gron Alternatives
Similar projects and alternatives to gron
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
xidel
Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
-
dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
-
-
-
-
AutoHotkey
AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
-
jc
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
-
brackit
Query processor with proven optimizations, ready to use for your document store to query semi-structured data with a JSONiq like extension of XQuery. Can also be used as an ad-hoc in-memory query processor.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
gron reviews and mentions
-
Name a program that doesn't get enough love!
Gron; to grep those pesky JSON straight from the terminal. It changed the way I debug logs now, and piping it to vim is awesome.
-
Ask HN: Programs that saved you 100 hours? (2022 edition)
gron https://github.com/tomnomnom/gron
It takes JSON input and produces flat, key-value output based on the path to the value. Usage with grep was obviously the original intention, but I've used it to help me better understand a given JSON's structure, too, which I then usually reflect back into a program that's consuming that JSON.
It also supports "ungron" too, so, for example, `gron some.json | grep -v "thing I don't want" | gron -u > filtered.json" makes for quick filtering of a JSON. I find it more user friendly than jq's language.
-
Jc – JSONifies the output of many CLI tools
Some alternative ideas for making JSON more readable:
- Pipe into gron (https://github.com/tomnomnom/gron) to get a `foo.bar.baz = val` kind of syntax.
- Pipe into visidata (https://www.visidata.org/) to get a spreadsheet-like editable view.
Unrelated tool but also very useful in combination with JQ: gron
-
`jqp`, a TUI playground for `jq`
I use gron + rg or grep
-
jsonpath
Gron which expands JSON into a collection of dot separated elements.
-
Best resources to learn bash (with git) and SQL
If you're working with json, get jq and maybe gron.
-
An introduction to the magic of jq - Understanding the basics of jq with a realistic example
Thank you for these! You likely already know, but there is also gron - https://github.com/TomNomNom/gron - which takes a slightly different philosophical stance than jq, but the end result is something that fits in easier with the other existing line based UNIX tools.
-
Zq: An Easier (and Faster) Alternative to Jq
Same boat here. I ended up finding gron https://github.com/tomnomnom/gron which resolved that issue for me. Now I don't have to look up how to use jq each time I want to quickly find something in some JSON.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea5b97fed0>
www.saashub.com | 8 Feb 2023
Stats
tomnomnom/gron is an open source project licensed under MIT License which is an OSI approved license.