Question

Which of the following is a quoted string which contains data in a format that is interchangeable between multiple different coding languages?(1 point)
Responses

post
post

JSON
JSON

module
module

head

Answers

GPT-4o mini
The correct response is **JSON**.

JSON (JavaScript Object Notation) is a format that is commonly used for data interchange between different programming languages because it is easy to read and write for humans, and simple for machines to parse and generate.

Related Questions