Skip to Content
InteractionsQuick Look

Quick Look

  • Press space bar or ⌘ Y to Quick Look the selected node in the Navigator.
  • Press ⌘ Y to Quick Look the selected script file in the Search Scripts.

Smart Quick Look

OK JSON will render differently in the Quick Look panel depending on the value of the selected node.

Node is Timestamp

OK JSON displays the formatted date in the panel in addition to the original number. Both Unix timestamps (in seconds or milliseconds) and Core Data timestamps (seconds since 2001, with a fractional part) are recognized.

Node is URL

OK JSON will try to open the URL in the panel so that you can easily preview the web page or the image.

Node is Color

OK JSON displays an icon with the color as the foreground color.

Node is HTML Fragment

OK JSON renders the HTML fragment in the panel.

Node is Base64 Image

OK JSON renders the image in the panel.

Node is a JSON String

When a string value contains escaped JSON — a common sight in logs and webhook payloads — OK JSON shows the original string alongside the formatted JSON it contains. You can also right-click such a node and select Parse in New Viewer to explore it as a document of its own.

Node is Multiline Text

Strings with escaped line breaks are shown with the escapes resolved, so the text reads the way it was written.