Heim > Artikel > Entwicklungswerkzeuge > Erhabene Text3-JSON-Formatierung
SublimeText3 ist eine plattformübergreifende Code-Editor-Software (CodeEditor). Unten führt Sie die Spalte Sublime-Nutzung in die Sublimetext3-JSON-Formatierungsmethode ein. Ich hoffe, dass sie für Freunde in Not hilfreich ist.
Installationspaket installieren
cmd + `
Geben Sie
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 jsonoder
cd /Users/xixicat/Library/Application Support/Sublime Text 3/Packages git clone https://github.com/dzhibas/SublimePrettyJson.git
Format
ctrl+cmd+j
Das obige ist der detaillierte Inhalt vonErhabene Text3-JSON-Formatierung. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!