19: JSON - JavaScript Object Notation
In this section we look at JavaScript Object Notation (JSON). JSON is commonly used as a syntax to exchange data between code running on the server (i.e. in PHP) and code running in the browser (JavaScript/JQuery).
Slides
Videos
References
- Bonus: Douglas Crockford - Discovering JSON
- Sample code - JSON
- Sample code - JSON Chat
- Sample code - JSON CRUD
- Code Walkthrough: Profiles, Positions, Education and JSON
- Book: Chapter 28 - Data Manipulation
Assignment
Solution
Discussions
- JSON - JavaScript Object Notation (Login Required)
Tools
- Auto-Grader: Profiles, Positions, and Education (Login Required)
- Peer-Grader: Profiles, Positions, and Education (Login Required)