Comparison of various data formats
Learn about XML and JSON data formats and see how YAML represents data in a more readable and cleaner format.
We'll cover the following...
In this chapter, I am presenting you with a simple document with the structure below. It contains employee data and its corresponding representation using all the popular data formats like XML and JSON.
The following is a graphical representation of the data:
Employee Data
This will help you further strengthen your understanding based on your previous experience. You will also be able to better understand the key differences in these data representation specifications.
Overview of XML
XML stands for Extensible Markup Language. It is designed to store and transport data across many different IT ...