|
|
|
|
|
by dirkt
2558 days ago
|
|
Wrong question: It's not a competition. There are cases when you have some complicated json and just want to search for stuff. Then you use grep + gron. There are cases when you want a complete json processing tool. Then you use jq. You can probably simulate each approach with the other approach, but the code needed to this is just too tedious to write. So you use whatever tool fits your use case. |
|