mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 05:44:09 +01:00
16 lines
221 B
Markdown
16 lines
221 B
Markdown
---
|
|
title: query json
|
|
layout: command
|
|
version: 0.59.1
|
|
---
|
|
|
|
execute json query on json file (open --raw <file> | query json 'query string')
|
|
|
|
## Signature
|
|
|
|
```> query json (query)```
|
|
|
|
## Parameters
|
|
|
|
- `query`: json query
|