DEV Community

Discussion on: JQ Cheat Sheet

Collapse
 
epsi profile image
E.R. Nurwijayadi

Good article. Thank you for posting.

JQ could solve JSON, such as parsing response from telegram bot.

To help more beginner, I have made a working example of JQ in bash to solve unique challenge.

🕷 epsi.bitbucket.io/lambda/2021/02/1...

First the JSON source example.

JSON Source

And the JQ in BASH to solve unique challenge.

JQ in BASH

I hope this could help other who seeks for other case example.

🙏🏽

Thank you for posting the cheat sheet.