DD
DevDash

JSON Formatter for GitHub Actions Event Payloads

Quick Answer: Paste GitHub webhook event payloads or Actions API responses to format them. Useful for debugging workflow triggers by examining the full event context JSON.

FAQ

Where do I find the GitHub Actions event JSON?

Use ${{ toJson(github) }} in a workflow step, or check the webhook delivery in Settings > Webhooks > Recent Deliveries.

Can I format the output of gh api commands?

Yes. Pipe gh api output or copy-paste it directly. The formatter handles all GitHub API response structures.

Want API access + no ads? Pro coming soon.