JSON and XML

Let's start to learn important data formats, i.e., JSON and XML.

Handling XML and JSON Data

XML has been the go-to format and the only choice of programmers for open data interchange for a long time. Yet over recent years, JSON has also gained some popularity due to its lightweight nature and faster parsing. Regardless of these differences, they both have been adopted by all major programming languages of the world. In this chapter, we ...