Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

jq

jq is like sed for JSON data - you can use it to slice and filter and map and transform structured...

jq Reviews and details

Screenshots and images

  • jq Landing page
    Landing page //
    2023-09-24

Features & Specs

  1. Lightweight

    jq is a lightweight command-line utility, meaning it has a minimal footprint and is easy to install and use without requiring significant resources.

  2. Powerful Query Language

    jq provides a powerful and flexible query language for manipulating JSON data. It allows complex operations like filtering, transforming, and aggregating data with simple syntax.

  3. Portable

    Being a single binary, jq is highly portable and can be easily included in various environments, making it a versatile tool for developers and system administrators.

  4. Wide Adoption

    jq is widely adopted and well-documented. The active community and numerous tutorials make it easy to find help and resources for learning and troubleshooting.

  5. Integration

    jq integrates seamlessly with other command-line tools and scripts, allowing users to create powerful pipelines for processing JSON data.

Badges

Promote jq. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

JQ Racing THECar Black Edition - Velocity RC Cars Magazine Review

AliExpress Air Quality Detector JQ 200 *Review*

(ENG SUB) Lyricist JQ 의 태연 Taeyeon - Blue 가사리뷰 lyric review (Feat.강균성)

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about jq and what they use it for.
  • Choosing A Template Engine: The More Powerful Problem
    Therefore, if I have to choose one right now, I would probably go for Mustache, and a JSON processor such as jq as a glue if needed. - Source: dev.to / 3 days ago
  • Ruff and Ready: Linting Before the Party
    I am lazy person, so I worked harder and wrote a small jq script to generate a list of rules to go into the select key in ruff.lint section:. - Source: dev.to / 18 days ago
  • Useful too to work with your JSON files - jq
    "jq is a lightweight and flexible command-line JSON processor" from the jq https://stedolan.github.io/jq/. - Source: dev.to / over 3 years ago
  • Replay failed stripe events via webhook
    Make sure you have both the Stripe CLI and jq installed before running this command. - Source: dev.to / 5 months ago
  • Transforming JSON with AI: Dynamic Processing vs. Filter Generation
    You provide your JSON data and specify the desired transformation using natural language. The AI generates a transformation filter, often using JQ under the hood, that you can apply to your data. - Source: dev.to / 7 months ago
  • Shell Cacophony
    I am pretty sure that you have heard about jq before, and most of you are already using it. But for those who are not familiar with it, jq is a lightweight and command-line JSON processor, sort of like sed for JSON data. - Source: dev.to / 9 months ago
  • Using htmlq to filter web data
    $ curl -s https://dev.to/anks/using-jq-to-filter-json-data-36c5 | htmlq '#article-body>p' Basic Elements n ∉ [0, ∞), int Ex. File.json To filter ids: To return value of name key when id is 1 To filter ids as json Ref. : Https://stedolan.github.io/jq/ Https://programminghistorian.org/en/lessons/json-and-jq. - Source: dev.to / 9 months ago
  • jq
    I'd you're trying to bring this to a wider audience not already familiar with q, then the name collision with the more widely known jq project is a problem: https://stedolan.github.io/jq/. - Source: Hacker News / over 1 year ago
  • How to quickly read summary data in k6 from json file
    First, we need to install jq via the installer available at https://stedolan.github.io/jq/. - Source: dev.to / over 1 year ago
  • 10 Lesser-Known Tools and Websites to Spice Up Your Developer Toolbox
    JQ is a lightweight and powerful command-line JSON processor. It's a time-saving tool for manipulating and extracting data from JSON files effortlessly. - Source: dev.to / over 1 year ago
  • Building and deploying a web API powered by ChatGPT
    If you have jq installed you can use it to make the output look nicer. - Source: dev.to / almost 2 years ago
  • Search in your Jupyter notebooks from the CLI, fast.
    It requires jq for JSON processing and GNU parallel for concurrent searches in the notebooks. - Source: dev.to / about 2 years ago
  • How to export/import/externally-edit/whatever WI entries?
    The jq command (https://stedolan.github.io/jq/) is useful pulling that information out. Source: about 2 years ago
  • using regex with wget for getting the latest version of a package from github releases
    I would use the tool jq (https://stedolan.github.io/jq/) for this. Source: about 2 years ago
  • Get a listing of synchronized files in a directory
    You can pull your API key out of the settings section and the folder ID from the sync config for that folder. The output is in JSON which you can process with jq from the command line, or just make that call in your favorite programming language and process the JSON from there. Source: about 2 years ago
  • Crash City
    OK, I threw in a lot of commands here. "\$select=count(*), zip_code" Selecting the count and zip_code SoQL count function to count the number of rows that match our search criteria. $group=zip_code Similar to the SQL GROUP BY Returns aggregate rows grouped by the zip_code jq -r '.[] | .zip_code + " " + .count' Using the very useful jq to do additional filtering Jq bills itself as, “a lightweight... - Source: dev.to / about 2 years ago
  • Best way to take advantage of PQ with large data in excel
    One of the best benefits of PQ is the low bar for getting started. As you advance your skills you will learn more and better ways to work with data. I routinely process 10+ GB of JSON files through PQ. When I first started I was grateful just to be able to automate. Even if it took hours to process. Then I started tweaking and cut the time in half (I recently cut the time down to <10 minutes using jq to... Source: about 2 years ago
  • So, I did a thing...
    Here's bash-notes, it's written 100% in bash and the only dependency it has is jq, it can add, edit, remove or list notes, it uses VIM or whatever editor you may like, you can specify which terminal emulator to use and what options to pass when you execute it. Source: about 2 years ago
  • open JSON file slow
    To the best of my knowledge, Vim's problems with large files are usually about long lines. If your JSON file is all on one line, that's going to be a much, much bigger problem than if it's formatted on many lines. Try formatting the JSON with jq . beforehand: jq. See if there's a difference. Source: about 2 years ago
  • Out of curiosity, what is your best script you can showcase?
    If they had used an .nvmrc file instead, I could run nvm use to ensure I'm using the correct node version. In order to get this same type of behavior I use a function I wrote called nvmpe that uses jq to get the node version from the value from package.json and then nvm to set my node version. Source: about 2 years ago
  • Announcing serde-query 0.2.0
    Hi! It's more like writing jq in your struct definitions and executing them with serde::Deserialize. Source: about 2 years ago

Do you know an article comparing jq to other products?
Suggest a link to a post with product alternatives.

Suggest an article

jq discussion

Log in or Post with

This is an informative page about jq. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.