JSON is rival of which technology:
B
Correct answer
Explanation
JSON emerged as a lighter alternative to XML for data interchange, especially in web applications. While XML was the dominant format for structured data exchange (especially in SOAP web services), JSON's simpler syntax and native JavaScript compatibility made it a preferred choice for AJAX and later REST APIs. JSON and XML serve similar purposes but with different trade-offs.