Skip to content

ubuntudroid/alfred-json-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

alfred-json-compressor

A python based Alfred workflow to compress and escape JSON.

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}"

About

An Alfred workflow to compress and escape JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published