|
|
|
|
|
by pfranz
2559 days ago
|
|
jq seems very powerful. I don't deal with json all that often and my most common use case (by far) is `jq '.' -C` and it took a few tries for me to remember that syntax. The idea of flattening, grepping, then reverting sounds very appealing and sounds like a better fit for me. |
|
I don't think you really need neither `.` nor `-C`. Just `jq` seems to do the same colored output of the input by default.