Home  >  Article  >  Development Tools  >  sublime text3 json formatting

sublime text3 json formatting

藏色散人
藏色散人forward
2019-08-30 14:29:135957browse

SublimeText3 is a cross-platform code editor (CodeEditor) software. The following column sublime usage tutorial will introduce you to the sublimetext3 json formatting method. It is very simple. I hope it will be helpful to friends in need!

sublime text3 json formatting

Install install package

cmd + `

Enter

import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())

Install pretty json

cmd + shift +p
install package
pretty json

or

cd /Users/xixicat/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/dzhibas/SublimePrettyJson.git

Format

ctrl+cmd+j

The above is the detailed content of sublime text3 json formatting. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete