Any recommendations for CLI tools for JSON querying? (It should be easy to install on macOS – e.g., via Homebrew.)

I’m only aware of jq. It’s established, but is it still the best choice?

@rauschma I know the AWS cli uses jmespath, you can use it in isolation here: https://github.com/jmespath/jp
GitHub - jmespath/jp: Command line interface to JMESPath - http://jmespath.org

Command line interface to JMESPath - http://jmespath.org - GitHub - jmespath/jp: Command line interface to JMESPath - http://jmespath.org

GitHub