JavaScript – JSON – What is JSON

What is JSON?

Prerequisites

None

Summary

JSON stands for Javascript Object Notation. It is a simple language that makes it easy to represent objects within Javascript. If you have done the charting example at Lectures JavaScript Libraries – Charting   then you have seen JSON. This covers the basics of what JSON is and how it is used.

 

Video

None

Reference Materials

http://json.org/example.html – S

Additional Information

 

COP 4813 Lectures