<div align="center">
# jx


jx is an interactive JSON explorer for the command line.
[Getting started](#getting-started) •
[Installation](#installation) •
[Usage](#usage) •
[Tests](#tests)
</div>
## Getting started
```sh
jx example.json # open a JSON file directly
## Installation
### Cargo
`cargo install jx`
## Usage
- Use the arrow keys or 'hjkl' to navigate the JSON structure.
- 'Space' to toggle a fold.
- 'Enter' to copy the selection to the clipboard.
- 'q', 'Escape' or '^C' to quit.
## Tests
`cargo test`