JSONPath Converter
Convert JSONPath expressions (used in APIs, jq, etc.) to Power Automate accessor syntax for Parse JSON actions. Example:
$.user.name
→
body('Parse')?['user']?['name']
Load Sample...
Copy Result
JSONPath Expression
Action Name (optional)
Power Automate Syntax
Copied to clipboard!