September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you learned about the most important formats for the web (besides HTML, CSS, and JavaScript). You now know how the individual formats differ and have a good overview of which format is suitable for which purpose.
The following list summarizes the most important points from this chapter:
The CSV format is a simple data format suitable for defining data records row by row and (by default) separated by commas.
For structuring more complex data, for example, nested data, the XML and JSON data formats are suitable.
XML and JSON are the two most important data exchange formats on the web.
JSON has become somewhat more popular compared to XML in recent years, as it is much more ...
Read now
Unlock full access