Skip to content

jedipunkz/jex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jex - Lightweight Json Explorer

workflow

Jex is a simple tool for navigating and querying JSON data. Jex provides an interface with query searching and dynamic previews to help you efficiently explore complex JSON structures.

Installation

Make sure you have Go installed on your system.

go install github.com/jedipunkz/jex@latest

or Download binary from Release Page. https://github.com/jedipunkz/jex/releases

Usage

Run Jex with a JSON file as input:

jex <JSON_FILE>

or jex can recieve input from a pipe.

cat <JSON_FILE> | jex

Author

Jex was created by jedipunkz.

License

This project is licensed under the MIT License.

About

Jex: Lightweight Json Explorer

Resources

Stars

Watchers

Forks

Packages

No packages published