Javascript Tutorial 2 – Coding Class Penang

Javascript Tutorial 2 Coding Class Penang

JSON stands for (Javascript Object Notation), we use JSON to send information/data from and within the system.  There are many reasons why JSON is used when communicating within different systems. At the end of the day, the whole objective of sending and receiving data is to assist in communication processes.

Let’s imagine you are running a hospital, as you may have known there are many departments in the hospital such as the Billing Department, X-ray department, Blood Test Department, Endogram Department.. etc …).  You may want to link up all the departments where information/data can be easily accessed by doctors. The challenges start when all the departments mentioned above use different systems and may not be compatible with each other. To solve this issue, sending information via JSON is the easiest way since JSON is widely acceptable and easily implemented by all systems.  Lets look at the raw JSON File.

JSON FILE BEFORE BEING PROCESSED

JSON FILE PROCESSED AND TABULATED IN A TABLE

Related Posts
Leave a Reply

Your email address will not be published.Required fields are marked *