Run JQ Command

Run a JSON query command on a given JSON object.
ParameterDescription
JSONJSON object to run the query command on.
QueryQuery command to run.

Run JP Command

Run a JSON path query command on a given JSON object.
ParameterDescription
JSONJSON object to run the path query command on.
QueryPath query command to run.
UnquotedIf the final result is a string, it will be printed without quotes.