<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
jx example.json -o selection.json # ...write your selection to a file (can also be acheive via the ui)
```
## Installation
1. **Install binary**
[ ] *TODO* release binary on various platforms
`cargo install jx`
For now you can manually download the latest version from the [releases](github.com/sqwxl/jx/releases) page.
## Usage
TODO
## Tests
`cargo test`