Assignment Task:
Complete the following steps:
1. Start Assignment - Complete reading and viewing all the learning resources specified for this module.
2. Use both JSON and XML to do a file to store data for an online video store. The company will be transmitting data for its inventory to and from its vendors via a web application. Data is being stored in the semi-structure format; this includes...
- Movie Name
- Movie Genre
- Actors
- Production Company
- Release Date
- Quantity
- Cost
3. Use the information above to do a JSON and XML file that stores this information so it can be transmitted over the internet. Include at least three movies in your hierarchy.