Only visible rows are processed, making it efficient for gigabyte-sized files
Files are loaded instantly regardless of size
Fast keyword search with term highlighting and navigation
Expand only the entries you care about
Choose your preferred theme
Download the latest version of JSLON for your operating system
JSLON is open source. You can build it from source using Rust and Cargo.
# Clone the repository git clone https://github.com/skirdey-inflection/jslon cd jslon # Build in debug mode cargo build --release # Run the application cargo run --release
cargo build --release
The executable will be available at target/release/jslon
(or jslon.exe
on
Windows).