What is JSON?

JSON is a format for storing and transporting data and is often used to send data between a server and webpage

In this excercise I am defining an array of objects. The array is called employee and the array has objects that contain the firstName, lastName and age.

Hello World!