mirror of
https://github.com/nushell/nushell
synced 2025-01-14 22:24:54 +00:00
15 lines
221 B
Markdown
15 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
|