🌐
Jqlang
play.jqlang.org
jq playground
jq playground is open-source and licensed under the MIT license. All jq queries and HTTP requests to fetch JSON are processed locally in your browser. Snippets are only sent to the server when you choose to share them.
🌐
DevTools Daily
devtoolsdaily.com › jq_playground
Free Online JQ Playground
Free online JQ playground to test JSON queries, transform data, and debug filters instantly with sample data, examples, and quick copy/share support.
🌐
Gitlab
jiehong.gitlab.io › jq_offline
Jq Play Offline
Jq Play Offline is a web assembly version of jqplay, allowing you to run the full featured jq in your browser, without sending anything to any backend.
🌐
jq
jqlang.org
jq
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
🌐
Jqkungfu
jqkungfu.com
jq kung fu
Want to learn how to build WebAssembly applications like this one? Check out my book Level Up with WebAssembly
🌐
GitHub
github.com › jqlang › awesome-jq
GitHub - jqlang/awesome-jq: A curated list of awesome jq tools and resources. · GitHub
A curated list of awesome things built with the JSON processor and turing-complete functional language jq.
Starred by 947 users
Forked by 44 users
🌐
Exercism
exercism.org › tracks › jq
jq on Exercism
Join Exercism’s jq Track for access to 75 exercises grouped into 12 jq Concepts, with automatic analysis of your code and personal mentoring, all 100% free.
🌐
Baeldung
baeldung.com › home › web › guide to linux jq command for json processing
Guide to Linux jq Command for JSON Processing | Baeldung on Linux
August 31, 2025 - Explore the capabilities that jq provides for processing and manipulating JSON via the command line.
Find elsewhere
🌐
Medium
medium.com › @pettersenkim › simple-json-assertions-with-jq-and-the-test-command-cff89bf834e4
Simple JSON assertions with jq and the test command | by KimPettersen | Medium
August 27, 2018 - ➜ ~ test $(curl — silent yourdomain.com/messages | jq ‘.messages | length’) -eq 2 && echo “PASS” || echo “FAIL”PASS ➜ ~
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Visual Code jq playground - Visual Studio Marketplace
Extension for Visual Studio Code - Run jq filters directly in VS Code with live results, autocomplete, and playground support
🌐
Port
jq.port.io
JQ AI Playground
Port's JQ playground is designed to make parsing JSON much easier and straightforward with AI assistance and two-way code conversion.
🌐
Medium
medium.com › @buczynski.rafal › exploring-jq-a-guide-to-essential-techniques-and-tools-for-professionals-b9df9db490de
Exploring jq: A Guide to Essential Techniques and Tools for Professionals | by Rafał Buczyński | Medium
December 17, 2025 - Consider an API response that returns a list of users; you can use jq to extract only the names: ... This command iterates through the users array in the JSON response and extracts the name field for each user. This kind of manipulation is vital for testers who need to validate specific parts of an API response.
🌐
Jsonpath
jsonpath.com
JSONPath Online Evaluator
We cannot provide a description for this page right now
🌐
Jsonquerytool
jsonquerytool.com
Online JSON Query Tester
Online tool for querying, extracting or selecting parts of a JSON or XML document or testing a query using JSONPath, JSPath, Lodash, Underscore, JPath, XPath for JSON, JSON Pointer, XPath, XSLT or just plain old JavaScript. Enter your JSON/XML and your query and immediately see the extracted ...
🌐
Medium
vanwollingen.nl › jq-for-testers-ccf9b3140b52
jq for testers. As test automation engineers we often… | by Joost van Wollingen | The Protean Tester
January 24, 2024 - jq for testers As test automation engineers we often touch many different tools, protocols, data, and systems. Whatever we need to get the job done. Wrangling data can be quite burdensome, for …
🌐
GitHub
github.com › jqlang › jq
GitHub - jqlang/jq: Command-line JSON processor · GitHub
docker run --rm -i ghcr.io/jqlang/jq:latest < package.json '.version'
Starred by 33.9K users
Forked by 1.7K users
Languages   C 79.0% | M4 6.6% | Shell 5.3% | Yacc 3.5% | jq 1.7% | C++ 1.5%
🌐
Linode
linode.com › docs › guides › using-jq-to-process-json-on-the-command-line
How to Use JQ to Process JSON on the Command Line | Linode Docs
November 5, 2021 - This guide shows you how to use the JQ command and includes installation instructions and examples.