jx 0.1.0

An interactive JSON explorer for the command line
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive"]
version = "4.4.3"

[package]
authors = ["Nicolas Epstein <nilueps@gmail.com>"]
categories = ["command-line-utilities", "text-processing"]
description = "An interactive JSON explorer for the command line"
documentation = "https://github.com/sqwxl/jx"
edition = "2021"
homepage = "https://github.com/sqwxl/jx"
keywords = ["json", "cli", "explorer", "interactive"]
license = "Unlicense"
name = "jx"
readme = "README.md"
repository = "https://github.com/sqwxl/jx"
version = "0.1.0"