|
|
|
|
|
by etatoby
1251 days ago
|
|
Even after perusing jq's manual multiple times and having written several complex incantations, I still have no idea how to properly combine `|` and `.[]` except by trial and error, or why `select()` needs to be used inside `map(select(...))` Recently I needed to extract some data, and after fighting with jq and its manual for half an hour, I solved the problem in 30 seconds with node.js I appreciate the idea behind jq, but its language is horrible. Even XPath was easier and cleaner. |
|