Files
QLJSON/README.md
2025-12-04 19:23:44 +01:00

1.1 KiB

macOS 10.15+ Current release GitHub license

QLJSON

Just a simple tool for QuickLook-ing .json files.

screenshot

I have been using QuicklookJSON until recently but it has no support for macOS 15. I copied some parts of QuickJSON but did through away almost everything. The remaining code was heavily refactored.

Features

  • Dark Mode
  • Foldable structure
  • Customizable CSS / JS

How to customize CSS / JS

  1. Right click on the app and select "Show Package Contents"
  2. Go to PlugIns and repeat "Show Package Contents" on the Preview extension.
  3. Copy Contents/Resources/style.css (or script.js)
  4. Open ~/Library/Containers/de.relikd.QLJSON.Preview/Data/Documents/
  5. Paste the previous file and modify it to your liking (e.g. change text colors)