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!
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!