Multiple choice technology databases

JSON is rival of which technology:

  1. HTML

  2. XML

  3. DHTML

  4. SAOP

Reveal answer Fill a bubble to check yourself
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.