← Back to Home

Find JSONPath

Choose Input Mode

Paste Your JSON Data

How to Use

** Make sure your JSON is valid

Paste JSON Mode:

1. Select "Paste JSON" mode

2. Paste your JSON data in the text area

3. Click "Load JSON" to validate and display the document

Upload File Mode:

1. Select "Upload JSON File" mode

2. Click to upload a JSON file

3. Click "Load JSON" to process the file

Using JSONPath Generation:

• Once JSON is loaded, click on any property name or value to generate its JSONPath

• JSONPath expressions start with $ (root) and use dot notation for properties

• Array indices are shown with bracket notation (e.g., [0], [1])

• Generated JSONPath expressions can be used in data extraction and API testing

• Use "Copy JPath" to copy the generated expression

• Use "Copy JSON" to copy the loaded document