Multiple choice technology databases

JSON is:

  1. data read format

  2. data interchange format

  3. data manipulation format

  4. protocol

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JSON is specifically designed as a lightweight data interchange format - it's used to serialize and transmit structured data between different systems, particularly between client and server in web applications. Unlike HTML (markup), DHTML (dynamic HTML), or SOAP (protocol with XML), JSON is purely a data representation format.