Pretty-print and format IAM policy JSON with proper indentation.
Output will appear here...IAM policy JSON documents often arrive as single-line strings from API responses, CloudTrail logs, or minified infrastructure templates, making them nearly impossible to read or review. This formatter applies consistent indentation, sorts keys in a logical order (Version, Statement, Effect, Action, Resource, Condition), and highlights syntax so you can quickly audit what a policy permits. Readable policies are essential for security reviews because a misplaced wildcard or missing condition is easy to miss in unformatted JSON.
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.