Close Menu
Computing.net
    Facebook X (Twitter) Instagram
    Computing.netComputing.net
    • News
      1. AI
      2. Crypto
      3. Gaming
      4. Hardware
      5. Security
      6. Software
      7. View All

      Anthropic’s COBOL Automation Tool Triggers IBM Stock Plunge and Crypto Market Decline

      February 24, 2026

      AI Trading Bot Loses $441K in Crypto After Decimal Point Mistake

      February 23, 2026

      Tesla (TSLA) Stock: Goodbye Sedans, Hello Robots in Dramatic Production Shift

      January 29, 2026

      Palantir Technologies (PLTR) Stock: Why Bears May Be Wrong About Valuation Concerns

      January 29, 2026

      SUI Token Rallies 40% Following Major Staking Event and CME Futures Announcement

      May 12, 2026

      Chainlink (LINK) Surges to $10.40 as Network Activity Hits Eight-Month Peak

      May 12, 2026

      Dogecoin Whales Ramp Up Accumulation as DOGE Eyes Critical Breakout Levels

      May 12, 2026

      Bitcoin Holds $81K While Burry Flags Nasdaq Bubble and Oil Surges Past $105

      May 12, 2026

      Hamster Kombat: Unraveling TON’s Gaming Phenomenon

      August 7, 2024

      W-Coin: Exploring the Latest Telegram Tap-to-Earn Phenomenon

      August 7, 2024

      Hamster Kombat: 300 Million Players & Counting, HMSTR Token Airdrop Soon!

      July 31, 2024

      Hamster Kombat Developers Work with TON Team on Airdrop Solution

      July 30, 2024

      Nothing Expands Product Line with New AI Feature & Phone Update

      July 31, 2024

      Security Audit Reveals Concerns in Atari’s Blockchain Game on Base

      August 6, 2024

      SideWinder Group Targets Maritime Facilities in New Cyber Espionage Campaign

      July 30, 2024

      OAuth Implementation Flaw Exposes Millions of Websites to XSS Attacks

      July 30, 2024

      Hamster Kombat Players Face Growing Cybersecurity Threats

      July 25, 2024

      Anthropic’s COBOL Automation Tool Triggers IBM Stock Plunge and Crypto Market Decline

      February 24, 2026

      Cookie Crumble: Google Halts Plans to Eliminate Third-Party Cookies in Chrome

      July 23, 2024

      Big Brother is Watching: Apple’s Creepy New Ad Urges iPhone Users to Ditch Chrome

      July 23, 2024

      Nvidia Stock Soars to New Record at $219.44 Ahead of May 20 Earnings

      May 12, 2026

      Rocket Lab Shares Surge Past $120 Following Wave of Analyst Upgrades

      May 12, 2026

      GM Shares Decline Following 600 IT Layoffs Amid Strategic AI Workforce Transformation

      May 12, 2026

      SES Delivers €847M Q1 Performance as Intelsat Integration and Aviation Deals Fuel Expansion

      May 12, 2026
    • How To

      Batch Files: Tokens and Delimiters (FOR Loops)

      July 31, 2024

      Types of Ethernet Cabling & Electrical Low Voltage Wiring

      July 9, 2024

      What You Should Know About .JSON File Extension

      January 10, 2023

      Bkup File Extension

      November 19, 2022

      HEIC File Extension

      November 19, 2022
    • Office
      1. Excel
      2. Google Sheets
      3. View All

      How to Convert Column List to Comma Separated List in Excel

      July 24, 2024

      How to Find the Last Monday of the Month in Excel

      July 24, 2024

      Convert Bytes to MB or GB in Excel: 3 Methods!

      July 24, 2024

      How to Remove Characters from Right in Excel

      July 30, 2023

      How to Subtract in Google Sheets: Complete Guide

      July 31, 2024

      Bullet Points in Google Sheets

      January 20, 2022

      Sort by Date in Google Sheets

      January 18, 2022

      Google Sheets Timestamp

      January 17, 2022

      How to Subtract in Google Sheets: Complete Guide

      July 31, 2024

      How to Convert Column List to Comma Separated List in Excel

      July 24, 2024

      How to Find the Last Monday of the Month in Excel

      July 24, 2024

      Convert Bytes to MB or GB in Excel: 3 Methods!

      July 24, 2024
    • Answers
    • About
    • Contact
    Facebook X (Twitter)
    Computing.net
    How To

    What You Should Know About .JSON File Extension

    In this article we will explain the concept of JSON, how to create a JSON file, and how to easily open a JSON file using text editors.
    Ovo OdiokoBy Ovo OdiokoJanuary 10, 2023
    Twitter LinkedIn Email Telegram
    Twitter LinkedIn Email Telegram

    The term JSON is common vocabulary for persons who are into Software engineering or Data science.

    As a newbie, you may get confused with the appellation JSON however, in this article we will explain the concept of JSON, how to create a JSON file, and how to easily open a JSON file using text editors.

    JSON is an acronym that represents JavaScript Object Notation.

    As captured in its naming, the word ‘Notation’  indicates that JSON is a way of representing data independent of a platform.

    A simpler way of explaining this concept is by utilizing the analogy of a PDF file.

    A PDF file is the same irrespective of the platform (desktop, mobile, and web).

    Hence, it is safe to say that JSON is a PDF for data.

    Contents:

    Toggle
    • What is .JSON?
    • Features of  JSON
    • Uses of JSON
    • Characteristics of JSON
    • How to create JSON files
    • How to Open a JSON file
    • Opening A JASON file Using NotePad
    • Using Web Browser
    • OPTION 1:
    • OPTION 2:
    • Other Programs that can Open JSON Files
    • Conclusion

    What is .JSON?

    .JSON is an extension used to save JavaScript Object Notation (JSON) files. These files store data and objects in an organized and easy-to-access manner called the JSON format.

    The JSON format was initially specified by Douglas Crockford (an American computer programmer) in the early 2000s. In 2013 JSON became an ECMA international standard and the most updated JSON format standard was published in 2017.

    .JSON format is simply a lightweight text-based open standard format designed for human-readable data interchange.

    Previously JSON files were used solely to transport data between the web application and the server.

    However, in recent times, it has found more applications for many purposes such as taking and restoring data backup, etc.

    What You Should Know About .JSON File Extension

    Features of  JSON

    • Structure – JSON objects have a standard structure and this makes work quite easy for developers
    • Performance – Because of its file size, loading JSON files is quicker and faster. This comes in very handy when working with AJAX because data need to be loaded quickly and asynchronously without requesting a page reload
    • Light-Weight – JSON files consume very less memory space
    • Simplicity– JSON API offers a high-level facade that supports you to simplify commonly used use-case
    • Scalable –JSON works well with most modern programming languages. If there is a need to change either the server or client-side language, the impact of such changes will be minimal because JSON structure is the same across all languages.

    Uses of JSON

    JSON has found usefulness in many areas. For example,

    • Modern programming languages like python, use JSON
    • It is used to transmit data between a server and web applications
    • Web services and Application Programming Interfaces (APIs) use JSON format to provide public data
    • It is used for serializing and transmitting structured data over a network connection
    • JSON is used when writing Javascript applications that have browser extensions and websites
    • Finally, JSON is used for application configuration files (such as games)

    Characteristics of JSON

    • JSON is completely language-independent.
    • JSON is easy to read and write and execute
    • It is lightweight and has an intuitive design
    • JSON has a straightforward syntax
    • It is supported by most backend technologies
    • It provides support for all browsers
    • It can easily be used for storing and transmitting data objects (consisting of attributes-value pairs and arrays)

    How to create JSON files

    To create a JSON file, follow the basic steps outlined below:

    Step 1: Open the text editor on your computer.

    NOTE: The text editor available on your computer may be dependent on the operating system used.

    • Windows – Microsoft Notepad
    • Mac – Apple TextEdit
    • Linux – Vim

    Step 2: Create a new file and save it using the ‘.json’ extension

    Step 3: Copy the code below and paste it into the file then save it

    {

      “student”: [ 

                   

         { 

            “id”:”01″, 

            “name”: “Nathan”, 

            “lastname”: “Smith” 

         }, 

                   

         { 

            “id”:”02″, 

            “name”: “Jason”, 

            “lastname”: “Gerald” 

         } 

      ]   

    }

    How to Open a JSON file

    Generally, because JSON files are plain text-based, they can be opened using any text editor.

    In this section, we will see how to open a JSON file using

    • Notepad
    • Web browser

    Opening A JASON file Using NotePad

    One of the simplest ways to read a JSON file is by using Notepad. This is a generic text editor included with all versions of Microsoft Windows. Here is how to open a JSON file using Notepad:

    Step 1: Right-click on your JSON file, and select the ‘Open with’ option from the menu

    Step 2: Select the ‘Choose another app’ button. A window that contains a list of all apps will open. Click on the More apps to show the available programs that can be used.

    Step 3: Choose Notepad from the displayed list and select OK.

    The JSON file is opened and its content displayed.

    Using Web Browser

    Web browsers like Mozilla Firefox and Google Chrome can also read JSON files. Here is how to open a JSON file using Web browsers:

    OPTION 1:

    Step 1: Right-click on your JSON file, and select the ‘Open with’ option from the menu

    Step 2: Select the ‘Choose another app’ button. A window that contains a list of all apps will open. Click on the More apps to show the available programs that can be used.

    Step 3: Choose either ‘Mozilla Firefox’ or ‘Google Chrome’ from the displayed list and select OK.

    The JSON file is opened and its content displayed.

    OPTION 2:

    Drag and drop the JSON file into your browser.

    This opens the JSON file and displays its content.

    Other Programs that can Open JSON Files

    The table below presents a summary of programs that can open JSON files across various operating systems.

    OPERATING SYSTEM PROGRAM/ EDITOR
    Android File viewer for Android
    Google Chrome
    Mozilla Firefox
    Chrome OS Google Chrome
    Mozilla Firefox
    IOS Google Chrome
    Mozilla Firefox
    Linux Vim
    Pico
    GNU Emacs
    GitHub Atom
    Microsoft Visual Studio Code
    Mozilla Firefox
    Google Chrome
    Mac Apple TextEdit
    MacVim
    GitHub Atom
    Microsoft Visual Studio Code
    Mozilla Firefox
    Google Chrome
    Windows File Viewer Plus
    Altova XMLSpy
    Microsoft Notepad
    Microsoft Wordpad
    Notpad++
    GitHub Atom
    Microsoft Visual Studio Code
    Mozilla Firefox
    Google Chrome

    Conclusion

    As highlighted above, one of the major choices of format for the transfer of data between computers that exchange tons of data each day is JSON and this is hinged on its cross-platform independence and its lightweight and easy to read features.

    Finally, the choice of text editor is largely dependent on:

    • The operating system of your computer and

    • The program you feel most conversant comfortable with navigating its functionalities

    Share. Twitter LinkedIn Email Telegram
    Avatar photo
    Ovo Odioko
    • Website
    • LinkedIn

    Ovo is a highly specialized Computer and Networking Expert with experience in Windows, Cisco, Microsoft Office (Excel, Word, etc) and Networking engineering. Ovo is a creative, team player that loves sharing his experience with technology with readers to follow along. He has great attention to detail when discussing various technologies, tutorials and guides.

    Related Posts

    Batch Files: Tokens and Delimiters (FOR Loops)

    July 31, 2024

    Types of Ethernet Cabling & Electrical Low Voltage Wiring

    July 9, 2024

    Bkup File Extension

    November 19, 2022

    HEIC File Extension

    November 19, 2022

    Working with Batch variables and For loops

    October 6, 2021

    Virtual PC 2007 How To Guide

    October 6, 2021
    Add A Comment

    Comments are closed.

    Latest

    Nvidia Stock Soars to New Record at $219.44 Ahead of May 20 Earnings

    May 12, 2026

    Rocket Lab Shares Surge Past $120 Following Wave of Analyst Upgrades

    May 12, 2026

    GM Shares Decline Following 600 IT Layoffs Amid Strategic AI Workforce Transformation

    May 12, 2026

    SES Delivers €847M Q1 Performance as Intelsat Integration and Aviation Deals Fuel Expansion

    May 12, 2026

    Trump Dismisses Iran Peace Proposal — Oil Markets React as Hormuz Remains Restricted

    May 12, 2026
    • Facebook
    • Twitter

    Latest Reviews

    Meta Platforms Shares Tumble 8% Despite Strong Q1 Performance Amid AI Investment Surge

    April 30, 2026

    Flush.com Review: Casino & Sportsbook With 275% Welcome Bonus

    March 7, 2026

    Katsubet Review: Crypto Casino With 300% Welcome Bonus & Free Spins

    March 7, 2026

    7Bit Review: Crypto Casino With 325% Bonus & 250 FS

    March 7, 2026

    Mega Dice Review: Crypto Casino With 200% Bonus & 50 Free Spins, Legit?

    March 7, 2026


    Home / Privacy Policy / Terms & Conditions

    Computing.net © 1996 - 2026 Kooc Media Ltd. All rights reserved. Registered Company No.05695741

    Type above and press Enter to search. Press Esc to cancel.