How to use the jq.icon_jq.actions.run_jq.schema.RunJqInput function in jq

To help you get started, we’ve selected a few jq examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rapid7 / insightconnect-plugins / jq / icon_jq / actions / run_jq / action.py View on Github external
def __init__(self):
        super(self.__class__, self).__init__(
                name='run_jq',
                description='Pass the given JSON to the jq command, using the given flags and filter',
                input=RunJqInput(),
                output=RunJqOutput())