Compress and escape JSON

An Alfred Workflow


Short Description

Compress and escape the selected JSON

Last Updated

08 Jan 2016

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.0
 

Bundle ID

io.github.ubuntudroid.jsoncompress
 

Select some JSON, press CTRL + SHIFT + J and a compressed and escaped version of the JSON will be copied to your clipboard:

Example:

{ "width":960, "height":960 }

will be compressed to

"{\"width\":960,\"height\":960}"