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.
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
Run Jex with a JSON file as input:
jex <JSON_FILE>
or jex can recieve input from a pipe.
cat <JSON_FILE> | jex
Jex was created by jedipunkz.
This project is licensed under the MIT License.