Paste JSON, add search queries, then inspect every matching path and value. The page works fully in your browser and stores workspaces in localStorage.
- Use Format to pretty-print valid JSON with two-space indentation.
- Use View to open a larger syntax-highlighted JSON viewer.
- Use Add JSON to compare multiple JSON inputs in the same workspace.
- Add multiple searches. Each search has a target, a type, and a term.
- Value search checks values by type: str, number, or bool. Example: Value / str / alice finds string values containing alice.
- Key search checks object keys. Example: Key / str / user finds userId, userName, and nested keys containing user.
- Number search is substring-based after converting numbers to text. Example: Value / number / 42 matches 42 and 42.5.
- JSON strings are parsed deeply when possible. A JS path like JSON.parse(data["payload"])["id"] means payload was a string containing JSON.
- Switch Results between Path, JS, Python, and Hive SQL. Hive output uses data, for example get_json_object(data, '$.user.name').
- Click any displayed path/expression or value to copy it.
- Image URLs show a Preview image action. Other http/https URLs show Open link.
- Use New, Save, and Save As to manage local workspaces. Every workspace keeps its own searches.
粘贴 JSON,添加查找条件,然后查看所有匹配的路径和值。页面完全在浏览器中运行,并使用 localStorage 保存工作区。
- 点击 Format 可以把合法 JSON 格式化为两个空格缩进。
- 点击 View 可以打开更大的语法高亮 JSON 阅读器。
- 点击 Add JSON 可以在同一个工作区里对比多个 JSON 输入。
- 可以添加多个查找项。每个查找项包含查找对象、类型和查找值。
- Value 查找会按类型匹配值:str、number、bool。例如 Value / str / alice 会查找包含 alice 的字符串值。
- Key 查找会匹配对象字段名。例如 Key / str / user 会找到 userId、userName 以及嵌套 key。
- Number 查找会先把数字转成文本再做包含匹配。例如 Value / number / 42 可以匹配 42 和 42.5。
- 如果字符串可以解析为 JSON,会继续深度查找。JS 路径 JSON.parse(data["payload"])["id"] 表示 payload 是一段 JSON 字符串。
- Results 支持 Path、JS、Python 和 Hive SQL 四种显示。Hive SQL 使用 data 字段,例如 get_json_object(data, '$.user.name')。
- 点击任意路径/表达式或值可以复制。
- 图片 URL 会显示 Preview image;其它 http/https URL 会显示 Open link。
- 使用 New、Save、Save As 管理本地工作区。每个工作区都有自己独立的查找项。
JSON を貼り付け、検索条件を追加すると、一致したパスと値を確認できます。データはブラウザ内で処理され、ワークスペースは localStorage に保存されます。
- Format で有効な JSON を 2 スペースのインデントに整形できます。
- View で大きなシンタックスハイライト付き JSON ビューアを開けます。
- Add JSON で同じワークスペース内に複数の JSON 入力を追加して比較できます。
- 複数の検索条件を追加できます。各条件には検索対象、型、検索語があります。
- Value 検索は str、number、bool の型で値を検索します。例: Value / str / alice は alice を含む文字列値を探します。
- Key 検索はオブジェクトのキー名を検索します。例: Key / str / user は userId、userName、ネストした key を探します。
- Number 検索は数値を文字列化して部分一致します。例: Value / number / 42 は 42 と 42.5 に一致します。
- JSON として解析できる文字列はさらに深く検索されます。JS パス JSON.parse(data["payload"])["id"] は payload が JSON 文字列だったことを示します。
- Results は Path、JS、Python、Hive SQL を切り替えられます。Hive SQL は data を使います。例: get_json_object(data, '$.user.name')
- 表示されたパス/式または値をクリックするとコピーできます。
- 画像 URL には Preview image、その他の http/https URL には Open link が表示されます。
- New、Save、Save As でローカルワークスペースを管理できます。各ワークスペースは独自の検索条件を持ちます。
Fuge JSON ein, erstelle Suchabfragen und prufe alle passenden Pfade und Werte. Alles lauft im Browser, Workspaces werden in localStorage gespeichert.
- Mit Format wird gultiges JSON mit zwei Leerzeichen eingeruckt.
- Mit View offnest du einen grosseren JSON-Viewer mit Syntax-Highlighting.
- Mit Add JSON kannst du mehrere JSON-Eingaben im selben Workspace vergleichen.
- Du kannst mehrere Suchen anlegen. Jede Suche hat Ziel, Typ und Suchwert.
- Value-Suche pruft Werte nach Typ: str, number oder bool. Beispiel: Value / str / alice findet String-Werte mit alice.
- Key-Suche pruft Objektschlussel. Beispiel: Key / str / user findet userId, userName und verschachtelte Keys mit user.
- Number-Suche wandelt Zahlen in Text um und sucht per Teilstring. Beispiel: Value / number / 42 findet 42 und 42.5.
- JSON-Strings werden tiefer geparst, wenn moglich. Ein JS-Pfad wie JSON.parse(data["payload"])["id"] bedeutet, dass payload ein JSON-String war.
- Results kann Path, JS, Python oder Hive SQL anzeigen. Hive SQL nutzt data, zum Beispiel get_json_object(data, '$.user.name').
- Klicke auf einen Pfad/Ausdruck oder Wert, um ihn zu kopieren.
- Bild-URLs zeigen Preview image. Andere http/https URLs zeigen Open link.
- Mit New, Save und Save As verwaltest du lokale Workspaces. Jeder Workspace hat eigene Suchabfragen.
If this tool saves you time, you can support its maintenance with a small PayPal contribution.
如果这个工具节省了你的时间,可以通过 PayPal 小额支持它的维护。
このツールが役に立った場合は、PayPal で少額の支援ができます。
Wenn dir dieses Tool Zeit spart, kannst du die Wartung mit einem kleinen PayPal-Beitrag unterstutzen.
Donate with PayPal
通过 PayPal 捐赠
PayPal で支援
Mit PayPal spenden