DEV Community

Kiran (AK) Adapa
Kiran (AK) Adapa

Posted on

what is jq? a program for json files

if you work with json files then you need to give jq a try if you are not already using it.

what is jq?
from https://jqlang.github.io/jq/manual/

'A jq program is a "filter": it takes an input, and produces an output. There are a lot of builtin filters for extracting a particular field of an object, or converting a number to a string, or various other standard tasks.'

Top comments (0)