mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +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
|