pauljuliusmartinez/jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 12th, 2026
Created on April 24th, 2021
Open Issues & Pull Requests: 94 (+0)
GitHub issues: Enabled
Number of forks: 118
Total Stargazers: 5,476 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,046 days
Stale 30+ days: 27
Stale 90+ days: 24

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Feature Request (6)
  • Build (2)
  • Awaiting Release (1)
  • Bug (1)
  • Parsing (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

jless is a command-line JSON viewer that replaces the combination of less, jq, cat, and text editors for viewing JSON files.

The tool addresses the friction of exploring JSON data in the terminal by providing a purpose-built interface rather than piping between general-purpose utilities. It displays JSON with clean syntax highlighting, omitting quotes around object keys and unnecessary delimiters to reduce visual clutter. Users can expand and collapse objects and arrays to navigate between high-level structure and detailed content, and a regex-based search system helps locate specific data within large files.

The project suits developers who frequently inspect JSON files at the command line and want a more efficient workflow than traditional tools. It works well for exploring API responses, configuration files, and log data. The tool is distributed as a single standalone binary, making installation straightforward across macOS and Linux systems through multiple package managers or direct compilation from source.

Development activity shows consistent maintenance with regular updates addressing user-reported issues and feature requests. The project demonstrates responsiveness to community feedback, incorporating suggestions for improvements to navigation and search functionality. Work continues on expanding platform support, with Windows compatibility under active development.