This document provides an introduction to JSON (JavaScript Object Notation) including its advantages, structure, syntax, and a comparison to XML. JSON is a lightweight data format that is easy for humans to read and write. It is built upon two structures - objects (name/value pairs) and arrays (ordered lists). JSON has better parsing efficiency than XML and is the native data format for JavaScript. A sample JSON object and program for creating one in JavaScript is also included.