Working with JSON Documents in ATOM editor

29/12/2020
Chưa phân loại
In this post we will see how we can maximize our speed and performance while working with JSON documents in ATOM text editor. We will learn few shortcuts and some capabilities Atom editor offers while working with standard JSON.

Getting Started

Visit the Atom homepage to download and install the latest version of the editor for your Operating System. Optionally, you can also explore Themes and packages available for Atom. Here is what Atom looks like when it is opened:

Atom Editor home screen

Working with a JSON Document

We will create a JSON file to start with. To do so, press “Cmd + N” on Mac (Ctrl + N for Ubuntu/Windows) and paste some JSON content inside it. We use the following JSON object:

{
  "book_name" : "MongoDB",
  "author" : [
      {
        "name" : "Oshima"
      },
      {
        "name" : "Shubham"
      }
    ]
}

When you save the file with the “.json” extension, we will immediately see that JSON document is highlighted (based on your current theme):

JSON is Highlighted

If you try, you will find that you cannot fold the JSON documents on various levels which is often a needed feature. Let’s enable this feature in next section.

JSON Code Folding

To enable the code-folding feature of JSON documents, we need to install an Atom package as code-folding feature of JSON documents is not available by default. To achieve this, we need to install a new package for Atom known as Beautify. Follow the instructions mentioned on provided link to install this package for Atom. Or just follow the instructions here:

Settings/Preferences ➔ Packages ➔ Search for atom-beautify

Here is what we get back with this command:

Atom Beautify package

Now, once you restart the Atom editor, we will see the following arrows in the JSON document:

Code-fold arrows in JSON

You can try clicking on these arrows to fold the JSON at a given depth.

JSON Code Formatting

Code Formatting feature of JSON documents is not available by default in the Atom editor. We need to install a package for this task as well. Luckily, the package we installed last performs this function as well. So, if you have badly formatted JSON like:

{
  "book_name" : "MongoDB",
  "author" : [
      {
        "name" : "Oshima"},
      {"name" : "Shubham"
  }
    ]
}

We can simply click CTRL + ALT + B (on all Operating Systems) to beautify the JSON data in the file.

Conclusion

In this lesson we looked at how we can make and work with JSON Documents in one of the most popular text editor, Atom.

ONET IDC thành lập vào năm 2012, là công ty chuyên nghiệp tại Việt Nam trong lĩnh vực cung cấp dịch vụ Hosting, VPS, máy chủ vật lý, dịch vụ Firewall Anti DDoS, SSL… Với 10 năm xây dựng và phát triển, ứng dụng nhiều công nghệ hiện đại, ONET IDC đã giúp hàng ngàn khách hàng tin tưởng lựa chọn, mang lại sự ổn định tuyệt đối cho website của khách hàng để thúc đẩy việc kinh doanh đạt được hiệu quả và thành công.
Bài viết liên quan

Partitioning hard disks under Debian/Ubuntu and resizing partitions

A proper server installation requires a proper partitioning, in contrast with a workstation in which we usually install...
29/12/2020

Kali Linux: Social Engineering Toolkit

Humans are the best resource and end-point of security vulnerabilities ever. Social Engineering is a kind of attack targeting...
28/12/2020

Install Ubuntu 18.04 LTS in a VirtualBox

The newest Long Term Support (LTS) release of Ubuntu is now out. Incorporating the newest innovations from containerization...
28/12/2020
Bài Viết

Bài Viết Mới Cập Nhật

Tìm Hiểu Về Thuê Proxy US – Lợi Ích và Cách Sử Dụng Hiệu Quả
11/12/2024

Mua Proxy V6 Nuôi Facebook Spam Hiệu Quả Tại Onetcomvn
03/06/2024

Hướng dẫn cách sử dụng ProxyDroid để duyệt web ẩn danh
03/06/2024

Mua proxy Onet uy tín tại Onet.com.vn
03/06/2024

Thuê mua IPv4 giá rẻ, tốc độ nhanh, uy tín #1
28/05/2024