JSON Field Search
Search JSON by field, value or path with highlights, supports jq expressions
JSON Field Search is a free online Developer tool. Search JSON by field, value or path with highlights, supports jq expressions Related terms: json · search · query · 字段搜索 · path · jq. Use it on this page without signing in.
| 路径 | 类型 | 值 | |
|---|---|---|---|
| id | number | 101 | |
| name | string | "工具箱" | |
| version | string | "2.0.0" | |
| active | boolean | true | |
| tags | array | Array(3) | |
| author | object | {3 keys} | |
| authorname | string | "pan" | |
| authoremail | string | "pan@example.com" | |
| authorrole | string | "admin" | |
| stats | object | {3 keys} | |
| statsvisits | number | 12500 | |
| statslikes | number | 340 | |
| statsrating | number | 4.8 | |
| tools | array | Array(3) | |
| tools[0]id | number | 1 | |
| tools[0]name | string | "JSON 格式化" | |
| tools[0]category | string | "dev" | |
| tools[1]id | number | 2 | |
| tools[1]name | string | "二维码" | |
| tools[1]category | string | "qr" | |
| tools[2]id | number | 3 | |
| tools[2]name | string | "图片压缩" | |
| tools[2]category | string | "image" |
在复杂 JSON 中快速定位字段:按字段名搜索匹配所有层级的 key, 按值搜索匹配字符串/数字/布尔值, 按路径搜索使用点号+索引语法(如 tools[0].name)。 所有数据处理均在浏览器本地完成。
使用说明
- 粘贴 JSON 数据到输入框
- 在搜索栏输入字段名、值或路径(支持 jq 表达式)
- 匹配结果会高亮显示,支持展开折叠
- 可一键复制匹配到的字段值或路径
常见问题
- 数据处理安全吗? 搜索完全在浏览器本地进行,不上传任何数据
- jq 语法报错? 确保以 . 开头,如 .users[].name,参考 jq 官方手册
- 能搜索嵌套深层数据吗? 支持,递归遍历整棵 JSON 树
More Developer
View allJSON Formatter
Format, minify, validate JSON, convert to Go struct / TS interface
Timestamp Converter
Convert between Unix timestamps and dates, seconds and milliseconds
Cron Expression
Generate and parse cron expressions, preview next run time
UUID Generator
Generate UUID v4 / v7 / ULID / NanoID
Hash Calculator
Compute MD5 / SHA1 / SHA256 / SHA512 of text or files
JWT Decoder
Decode JWT header and payload, view expiry time
URL Encoder / Decoder
Encode and decode URL / URI components
HTTP Status Codes
Quick reference of HTTP status codes, meaning and usage
FAQ about JSON Field Search
What can JSON Field Search do?
JSON Field Search is a Developer tool. Search JSON by field, value or path with highlights, supports jq expressions You can finish the job on this page.
Who should use JSON Field Search?
Anyone handling json · search · query · 字段搜索 · path · jq who does not want to install desktop software can use JSON Field Search in the browser.
Is JSON Field Search safe? Is my data uploaded?
This tool runs in your browser. We do not collect the content you enter into JSON Field Search just because you used it.
What similar tools exist?
Related tools in the same Developer group are listed at the bottom of this page.