jx 0.2.0

An interactive JSON explorer for the command line
jx-0.2.0 is not a library.

jx

Crates.io Downloads

jx is an interactive JSON explorer for the command line.

Getting startedInstallationUsageTests

Getting started

jx example.json                              # open a JSON file directly
cat example.json | jx                        # ...or pipe it in
curl example.com/some-json-endpoint | jx     # ...from anywhere
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 page.

Usage

TODO

Tests

cargo test