🔍
JSON Path Query
Query JSON with dot notation path (e.g. data.users[0].name).
data
API: POST /api/tools/json-path
Input
Result
🔌 API Usage
POST /api/tools/json-path
Content-Type: application/json
// Example body:
{
"json_input": "",
"path": ""
}
Content-Type: application/json
// Example body:
{
"json_input": "",
"path": ""
}