# Raw JSON View

Mounts the inspector on a single autosave slot and calls `setViewMode("raw")` to switch from the collapsible tree to pretty-printed JSON. The Raw pane runs `JSON.stringify(rawData, null, 2)` over the selected slot's data, which is the quickest way to confirm the exact values and types a save actually wrote to disk.
