# jx

```sh
jx example.json # open a JSON file directly
## Installation
`cargo install jx`
## Usage
| `hjkl` or Arrows | Navigate the JSON structure. |
| `Space` | Toggle a fold. |
| `y` | Copy the selection (pretty). |
| `r` | Copy the selection (raw). |
| `Enter` | Output the selection to the console and quit. |
| `u` `d` | Scroll half page up/down. |
| `b` `f` | Scroll full page up/down. |
| `q`, `Escape` or `^C` | Quit. |