Overview Version History Q & A Rating & Review
JSONPath Finder
A Visual Studio Code extension for navigating complex JSON files. Search for keys, values, or use JSONPath expressions to quickly locate and jump to specific nodes in your JSON documents.
Installation
Install from the Visual Studio Code Marketplace
Features
Quick Search : Find any key or value in JSON files using fuzzy search
JSONPath Support : Use JSONPath expressions for precise queries (e.g., $.store.book[*].author)
Real-time Navigation : Instantly jump to matching nodes as you type
JSONC Support : Works with both JSON and JSONC (JSON with comments) files
Usage
Open a JSON or JSONC file
Run the command "JSONPath Finder: Quick Navigate" from the command palette (Ctrl+Shift+P / Cmd+Shift+P)
Start typing to search:
Enter any text to search for keys or values
Use JSONPath expressions for structured queries (e.g., users[0].name)
Navigate through results with arrow keys
Press Enter to jump to the selected node
Requirements
Visual Studio Code version 1.105.0 or higher
License
MIT License - see LICENSE for details