Alfred workflow to parse and stringify JSON. It can be triggered by json-parse
/json-stringify
keyword or as a Universal Action.
- Use
json-parse
keyword and pass stringified JSON as an argument. - Hit Enter to trigger the workflow.
- Parsed output will be copied to your clipboard.
- Use
json-stringify
keyword and pass parsed JSON as an argument. - Hit Enter to trigger the workflow.
- Stringified output will be copied to your clipboard.
- Select stringified JSON.
- Invoke Universal Action panel and choose
json-parse
. - Selection will be parsed.
- Select parsed JSON.
- Invoke Universal Action panel and choose
json-stringify
. - Selection will be stringified.