Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace IBM i
Created by Guest
Created on Aug 4, 2020
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit IBMI-I-2726 Please, port "jq" command to IBM i.

JQ, AWK/SED/GREP for JSON Merged

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.


Use Case:

# Simple:
Extract single value from JSON response:

`curl -Ss http://ip.jsontest.com/ | jq .ip`

# Advanced:
Collect recent commit messages, with committer name, from the jq github repo:

`curl -Ss 'https://api.github.com/repos/stedolan/jq/commits?per_page=5' | jq '[.[] | {message: .commit.message, name: .commit.committer.name}]'`


Idea priority Low
  • Guest
    Reply
    |
    Aug 7, 2020

    Good news! As this is a duplicate of the already delivered RFE http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=128972 you can install jq via the ACS Package Management GUI or via yum from the command line today.

  • Guest
    Reply
    |
    Aug 4, 2020

    I think support for jq command was added as part of 7.4 TR2 and 7.3 TR8 enhancements
    https://www.ibm.com/support/pages/ibm-i-74-tr2-enhancements