You might also like2
JSON Path Tester
Test JSONPath expressions on JSON data
How to use
- Enter your JSON data in the input field
- Enter a JSONPath expression (e.g., $.users[*], $.settings.theme)
- Click 'Test' to evaluate the path
- View matching results or copy them for use
How to use
- Enter your JSON data in the input field
- Enter a JSONPath expression (e.g., $.users[*], $.settings.theme)
- Click 'Test' to evaluate the path
- View matching results or copy them for use
JSON Input
JSONPath Expression
Examples:
$- Root object$.key- Access property$.array[*]- All array items$.users[0]- First array item