Linux command
jellex 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Open a JSON file
jellex [path/to/file.json]
Pipe JSON from stdin
cat [path/to/file.json] | jellex
Open JSON Lines data
jellex [path/to/file.jsonl]
说明
jellex (Jello Explorer) is a TUI program for interactively processing JSON and JSON Lines data using Python syntax. It provides a split-pane interface with an Editor window on the left for writing Python queries and a Viewer window on the right that updates in real time as queries are modified. A toggleable Schema view shows the data structure. In queries, _ represents the loaded JSON as a Python dict or list. Both dot notation and bracket notation can be used to access key names. The Editor uses standard Emacs key bindings. jellex uses jello on the backend to execute queries.
FAQ
What is the jellex command used for?
jellex (Jello Explorer) is a TUI program for interactively processing JSON and JSON Lines data using Python syntax. It provides a split-pane interface with an Editor window on the left for writing Python queries and a Viewer window on the right that updates in real time as queries are modified. A toggleable Schema view shows the data structure. In queries, _ represents the loaded JSON as a Python dict or list. Both dot notation and bracket notation can be used to access key names. The Editor uses standard Emacs key bindings. jellex uses jello on the backend to execute queries.
How do I run a basic jellex example?
Run `jellex [path/to/file.json]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more jellex examples?
This page includes 3 examples for jellex, plus related commands for nearby Linux tasks.