Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f7ea94beda
10
README.md
10
README.md
|
@ -8,8 +8,8 @@ Install this sublime text package via [Package Control](https://sublime.wbond.ne
|
|||
|
||||
### or manual installation
|
||||
|
||||
- cd <Packages directory>
|
||||
- git clone https://github.com/dzhibas/SublimePrettyJson.git
|
||||
- `cd <Packages directory>`
|
||||
- `git clone https://github.com/dzhibas/SublimePrettyJson.git`
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -33,7 +33,7 @@ Using Command Palette <kbd>Ctrl+Shift+P</kbd> find "Pretty JSON: Minify (compres
|
|||
|
||||
Demo:
|
||||
|
||||
[](http://www.gang.lt/prettyjson.gif)
|
||||
[](http://i.imgur.com/sw7Hrsp.gif?1)
|
||||
|
||||
If on your machine "[./jq](http://stedolan.github.io/jq/)" tool is available with <kdb>ctrl+atl+shift+j</kdb> you can run against your json. output will be opened in new view so you can once again apply jq on new buffer
|
||||
|
||||
|
@ -65,3 +65,7 @@ Be sure "Indent Using Spaces" is unchecked otherwise you will not see effect and
|
|||
|
||||
- @the3rdhbtaylor https://github.com/the3rdhbtaylor
|
||||
- @crcastle https://github.com/crcastle
|
||||
|
||||
## Others
|
||||
|
||||
If you YAMLing then maybe you interested in this plugin: https://github.com/aukaost/SublimePrettyYAML
|
||||
|
|
Loading…
Reference in New Issue