Home > Development Tools > sublime > body text

sublime text3 json formatting

藏色散人
Release: 2019-08-30 14:29:30
forward
5932 people have browsed it

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 + `
Copy after login

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())
Copy after login

Install pretty json

cmd + shift +p
install package
pretty json
Copy after login

or

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

Format

ctrl+cmd+j
Copy after login

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

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!