๐ŸŒ
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.
๐ŸŒ
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.
๐ŸŒ
jq
jqlang.org
jq
Other platforms, older versions, and source Try online! 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.
๐ŸŒ
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.
๐ŸŒ
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.
๐ŸŒ
Jsonplayground
jsonplayground.com
JSON Playground - Format, Filter, and Explore JSON with jq Online
Free online JSON formatter, validator, and query tool. Easily format, filter, and explore JSON data using jq in our powerful playground.
๐ŸŒ
iO Flood
ioflood.com โ€บ blog โ€บ jq-online
How to Use jq Online for Efficient JSON Processing
November 16, 2023 - Using jq online has its benefits. Itโ€™s accessible from any device with an internet connection, it doesnโ€™t require any installation, and itโ€™s easy to use. However, for larger JSON data sets, an online tool might be slower than a local installation of jq.
๐ŸŒ
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
๐ŸŒ
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.
Find elsewhere
๐ŸŒ
OnWorks
onworks.net โ€บ home โ€บ programs โ€บ jq online
jq
Run online jq in free Ubuntu online, free Fedora online, free Windows online emulator or free MACOS online emulator by OnWorks
๐ŸŒ
GitHub
github.com โ€บ fiatjaf โ€บ awesome-jq
GitHub - jqlang/awesome-jq: A curated list of awesome jq tools and resources. ยท GitHub
jqterm (github) โ€“ Online playground - "jq as a service"
Starred by 950 users
Forked by 45 users
๐ŸŒ
GitHub
github.com โ€บ jqlang โ€บ jq
GitHub - jqlang/jq: Command-line JSON processor ยท GitHub
Try jq Online: play.jqlang.org ยท Download the latest releases from the GitHub release page. Pull the jq image to start quickly with Docker. docker run --rm -i ghcr.io/jqlang/jq:latest < package.json '.version' docker run --rm -i -v "$PWD:$PWD" -w "$PWD" ghcr.io/jqlang/jq:latest '.version' package.json ยท
Starred by 34.4K users
Forked by 1.8K users
Languages ย  C 79.0% | M4 6.7% | Shell 5.3% | Yacc 3.5% | jq 1.6% | C++ 1.5%
๐ŸŒ
Remysharp
jq.remysharp.com โ€บ command-line
Command line usage
Personally I tend to use jq on the command line for short and quick queries. For more complex queries (usually requiring more thought), I'll turn to jqTerm.
๐ŸŒ
sourcehut
sr.ht โ€บ ~gpanders โ€บ ijq
ijq: Interactive jq
Interactive jq ยท ijq v1.2.0 released ยท ~gpanders via ijq 4 months ago ยท ijq is moving to Codeberg ยท ~gpanders via ijq 1 year, 1 month ago ยท View project feed RSS Report abuse ยท
๐ŸŒ
Codementor
codementor.io โ€บ community โ€บ jq .
jq . | Codementor
July 27, 2019 - One of these tools is jq - an amazing CLI tool with 13k+ stars on Github. You can see it like a Swiss Army knife for working with JSONs. It's very useful when you want to quickly understand data in a JSON; it saved me a lot of time over the past years. I enjoy using it because it's a command line tool and I love to do as much as work possible in CLI.
๐ŸŒ
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 ...