Upgrade jq dependency to v1.6
Would it be possible to upgrade the jq dependency from v1.5 to v1.6? Version 1.6 has the following features and bug fixes: https://github.com/stedolan/jq/releases/tag/jq-1.6. I made a quick attempt to perform the upgrade myself, but I'm running into compilation errors with pipenv install --dev.
I will note that jq manual at https://stedolan.github.io/jq/manual/ covers the current development branch and not v1.6. This is a little confusing since "if A then B end" described in the Conditionals and Comparisons section was added after v1.6.
+1
+1
I'd be willing to give this a try, given it's a blocker for future evolution. I'm becoming a big fan of jq.
@gangofnuns are you approaching it? happy to help.