Path and Query Investigation
Use JSONPath for targeted lookup, then run jq-like queries for deeper extraction.
Use case
Use this when debugging large JSON documents and you need both precise path checks and flexible projections.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Use JSONPath for targeted lookup, then run jq-like queries for deeper extraction.
JSON Path Evaluator
JSON / JSONPATH → JSON
Evaluate JSONPath
Review the result here before moving to the next step.
JSON Query Tool (jq-like)
JSON / QUERY → JSON / TEXT
Run query
Review the result here before moving to the next step.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · JSON Path Evaluator
JSON Path Evaluator
Evaluate JSONPath expressions against JSON input.
JSON / JSONPATH input
Provide json, jsonpath input for this workflow step.
JSON output
Review the result here before moving to the next step.
Run this step to process the current input and prepare the next workflow stage.
JSON Query Tool (jq-like)
Run jq-like query expressions to extract or transform JSON data.
JSON / QUERY input
Provide json, query input for this workflow step.
JSON / TEXT output
Review the result here before moving to the next step.
Run this step to process the current input and prepare the next workflow stage.