Run JQ Command
Run a JSON query command on a given JSON object.| Parameter | Description |
|---|---|
| JSON | JSON object to run the query command on. |
| Query | Query command to run. |

Run JP Command
Run a JSON path query command on a given JSON object.| Parameter | Description |
|---|---|
| JSON | JSON object to run the path query command on. |
| Query | Path query command to run. |
| Unquoted | If the final result is a string, it will be printed without quotes. |
