Problem Statement
Why is JSON preferred over XML in modern web APIs?
Explanation
JSON is lightweight, easier to read, and integrates naturally with JavaScript. It requires less bandwidth and simpler parsing compared to XML, making it ideal for fast web communication.
