query json
for filters
execute json query on json file (open --raw <file> | query json 'query string')
This command requires a plugin
The query json
command resides in the query
plugin. To use this command, you must install and register nu_plugin_query
. See the Plugins chapter in the book for more information.
Signature
> query json {flags} (query)
Parameters
query
: json query
Input/output types:
input | output |
---|---|
any | any |