Which type of web architecture asset functions as a highly lightweight text data-interchange format, structured using basic key-value pairs that are exceptionally easy for JavaScript to parse natively?
A. CSS formatting style frameworks
B. JSON (JavaScript Object Notation)
C. Unencrypted text files
D. SMTP route configurations
Answer: Option B
Solution (By JKExamLibrary)
JSON is a language-independent, text-based format for storing and exchanging data. Its simple key-value structure makes it a popular choice for web APIs and modern web applications.
No comments yet. Be the first to start the discussion!