Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 584 Bytes

JSON.md

File metadata and controls

23 lines (15 loc) · 584 Bytes

JavaScript Object Notation

You can use Sublime Text to install on Ubuntu

sudo snap install sublime-text --classic

CMD + SHIFT + P > Install package > find the Pretty JSON package and install it

Define the key to call Preferences > Key Bindings, add:

[
	{ "keys": [ "ctrl+alt+j" ], "command": "pretty_json" }
]

Hot keys Ctrl + Alt + J to call Pretty JSON (watch video)

JSON editor online

List of JSON Databases (quackit.com)