jq icon
jq icon

jq

 7 likes

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.

jq screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
7 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  JSON Pretty Print

jq News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

jq information

  • Developed by

    Stephen Dolan
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  31,355 Stars
  •  1,609 Forks
  •  450 Open Issues
  •   Updated Mar 10, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about jq, and it has gotten 7 likes

jq was added to AlternativeTo by Will Wolff-Myren on Sep 14, 2018 and this page was last updated Sep 14, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

What is 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.

jq is written in portable C, and it has zero runtime dependencies. You can download a single binary, scp it to a far away machine of the same type, and expect it to work.

jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect.

Official Links