Funcionalidades
Tree View
Collapsible, navigable tree rendering for deeply nested JSON structures.
Search
Full-text search across keys and values with instant highlighting.
Keyboard Shortcuts
Navigate, expand, collapse, and copy with keyboard-only workflow.
Clipboard Support
Copy any node or subtree to clipboard as formatted JSON.
Status Bar
Shows node count, current depth, file size, and parse time.
Syntax Coloring
Color-coded values by type — strings, numbers, booleans, null.
Como foi construído
Pry é escrito em TypeScript e compilado com Perry para um binário nativo. Sem Electron, sem web views, sem runtime JavaScript.
TypeScript Source
Standard TypeScript with Perry's native UI API.
Perry Compile
SWC parse → type resolution → LLVM codegen.
Native Binary
Standalone executable with zero runtime dependencies.
Suporte a plataformas
macOS
AppKit
AvailableiOS
UIKit
AvailableAndroid
Views
AvailableCapturas de tela
Screenshots will be added as Pry development continues. Check the GitHub repo for the latest.