About JSONPad
JSONPad is a fast, client-side JSON viewer and editor. It displays your JSON documents as a foldable tree with real-time validation and JSONPath (RFC 9535) support. Everything runs entirely on your device.
Keyboard shortcuts
| ⌘ FCtrl F | Search in document |
| ⏎⏎ | Go to the next result |
| ⇧ ⏎Shift ⏎ | Go to the previous result |
| ⌘ OCtrl O | Open a document from a URL |
| ⌘ ⌥ OCtrl Alt O | Open a file from your device |
| ⌘ ⇧ CCtrl Shift C | Copy the entire document |
| ⌘ ⌥ CCtrl Alt C | Copy the value at the cursor |
| ⌘ ↑Ctrl ↑ | Jump to the parent of the value at the cursor |
| ⌘ ECtrl E | Fold or unfold the value at the cursor |
| ⌘ ⌥ ECtrl Alt E | Fold or unfold everything inside the value at the cursor |
| ⌘ ⇧ ECtrl Shift E | Fold or unfold everything |
| ⌘ 1–9Ctrl 1–9 | Expand or collapse up to a specific depth |