Dictionary Pretty Print
COMMENT
Shortcut subroutine to reformat dictionary or JSON for readability. 2 in URL means 2 spaces for indentation. Change to 4 for 4 spaces or '\t' for tab.
• Input: Dictionary
• Output: Formatted text of input
URL
data:text/html;charset=utf-8,<script>document.write(encodeURIComponent(JSON.stringify(
Shortcut Input
,null,2)))</script>

URL
SCRIPTING
URL
Decode
URL

URL Encoded Text
Showcuts