Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSONPath FinderNew to Visual Studio Code? Get it now.
JSONPath Finder

JSONPath Finder

rxliuli

|
1 install
| (0) | Free
Navigate complex JSON files with quick search and JSONPath support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open a JSON or JSONC file
  2. Run the command "JSONPath Finder: Quick Navigate" from the command palette (Ctrl+Shift+P / Cmd+Shift+P)
  3. 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

Screenshot

Requirements

  • Visual Studio Code version 1.105.0 or higher

License

MIT License - see LICENSE for details

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft