JS - JSON
Description #
JavaScript Object Notation or JSON has become the norm for sending information to and from servers on the web. It is important to understand how to it is structured, and how to convert to and from the format.
Where this knowledge is utilized #
- WDD 130
- WDD 131
- WDD 231
- WDD 330
- WDD 430
- CSE 341
Prerequisites #
- Understanding of Javascript