jx 0.3.0

An interactive JSON explorer for the command line
jx-0.3.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
curl example.com/some-json-endpoint | jx     # ...or pipe it in

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