Công cụ Developer
JSON Path Finder
Paste JSON and click any value to get its JSONPath in bracket or dot notation
Được tin dùng bởi hơn 10k developer
JSON Input
Click to get path
(root):{ 1 keys }object
store:{ 3 keys }object
name:"My Bookstore"string
books:[ 2 items ]array
0:{ 4 keys }object
title:"The Great Gatsby"string
author:"F. Scott Fitzgerald"string
price:10.99number
inStock:trueboolean
1:{ 4 keys }object
title:"To Kill a Mockingbird"string
author:"Harper Lee"string
price:8.99number
inStock:falseboolean
address:{ 3 keys }object
street:"123 Main St"string
city:"Springfield"string
state:"IL"string
How it works
- • Paste any valid JSON and see it as an interactive tree.
- • Click any value to see its JSONPath. Use the copy button to grab it.
- • Switch between bracket notation (
$["store"]["books"][0]) and dot notation ($.store.books.0). - • Great for building API queries, jq filters, or understanding nested JSON structures.
- • Everything runs locally in your browser — no data is sent anywhere.
Tiếp tục khám phá
Công cụ Công cụ Developer khác bạn có thể thích…
Định dạng JSON
Làm đẹp và kiểm tra JSON với cú pháp tô màu
Dùng ngay
Base64 mã hóa/giải mã
Mã hóa và giải mã chuỗi Base64
Dùng ngay
URL Encoder/Decoder
Encode and decode URL components and query strings
Dùng ngay
Tạo UUID
Tạo định danh UUID duy nhất
Dùng ngay
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
Dùng ngay
Regex Tester
Test and debug regular expressions with match highlighting
Dùng ngay
JWT Decoder
Decode and inspect JWT token header and payload
Dùng ngay
HTML Formatter
Beautify and format HTML code with proper indentation
Dùng ngay