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}"
Yosemite (10.10) |
Mavericks (10.9) |
Mountain Lion (10.8) |
Lion (10.7) |
Snow Leopard (10.6) |
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}"