This repository was archived by the owner on Mar 18, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
JSON Tutorial (using Atom!)
Matt M edited this page Sep 15, 2015
·
3 revisions
This is currently a major WIP and is very incomplete at this time
As the json is a fairly "complex" way to format things I would like to go over some tips using Atom to make your life a bit easier to use JSON formatted messages!
- Download Atom from the link above.
- Download the required packages listed below.
- You can install the packages from inside Atom by searching for them!
File -> Settings -> Install -> Search (package names below) -> Install
- (Optional) Setup up Atom to your liking.
- language-json This is a default package that provides language support for JSON files
- pretty-json Makes it easier to read the JSON and then convert it to "minified" version to use with NovaBungeeAnnouncer
- linter Base Package to for syntax validation
- Linter jsonlint JSON syntax validation
- Linter JS-YAML YAML syntax validation
Project Folder
json/
web.json
NovaBungeeAnnouncer.yml
NOTE: Example Files Are Files From An Actual Server
Coming Soon