sthen 1bd8e2b3af install the jless.help file in share/doc/jless so it's easier to find the
available keys. also refer to the web version in DESCR.
2022-04-03 13:02:44 +00:00

17 lines
729 B
Plaintext

jless is a command-line viewer designed for reading, exploring, and
searching through JSON data. It also supports YAML.
jless will pretty print your files and apply syntax highlighting.
Use it when exploring external APIs, or debugging request payloads.
jless has a large suite of vim-inspired commands that make exploring
data a breeze. See https://jless.io/user-guide.html or type ":help"
for a reference to available keys.
Expand and collapse Objects and Arrays to grasp the high- and low-level
structure of a document (left/right cursor or h/l keys).
jless supports full text regular-expression based search. Quickly find
the data you're looking for in long String values, or jump between
values for the same Object key.