Crates.io | jex |
lib.rs | jex |
version | 0.2.0 |
source | src |
created_at | 2021-01-23 20:58:32.11656 |
updated_at | 2021-08-13 04:18:01.252905 |
description | jex is a tool for interactively exploring and manipulating json files |
homepage | https://github.com/rocurley/jex/tree/master |
repository | https://github.com/rocurley/jex/tree/master |
max_upload_size | |
id | 345795 |
size | 3,701,331 |
Jex is an interactive tool for querying json files. It shows a json file in one pane, and the results of a JQ query on the right. You can update the query on the fly, allowing you to quickly iterate on your query and find out exactly what you're looking for.
First, you need to have cargo, the rust package and build manager installed. You can install it by following the instructions at rustup.rs.
Once you have cargo installed, you can build and install jex by running
cargo install jex
Once you've installed jex, you can use it to open a json file by running jex example.json
. You can control jex using the following keys: