Skip to content

Instantly share code, notes, and snippets.

@dofy
Last active February 7, 2022 08:50
Show Gist options
  • Save dofy/12908c5a35b302b5615887c60c89d03f to your computer and use it in GitHub Desktop.
Save dofy/12908c5a35b302b5615887c60c89d03f to your computer and use it in GitHub Desktop.
PopClip Extension - Format JSON
# popclip
name: Format JSON
icon: circle J
javascript: return JSON.stringify(JSON.parse(popclip.input.text), null, 2)
after: paste-result
@dofy
Copy link
Author

dofy commented Feb 7, 2022

try this:

{"title": "format json", "version": 1, "debug": true}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment