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

module
module

head
head

JSON

Answers

GPT-4o mini
The quoted string that contains data in a format interchangeable between multiple different coding languages is **JSON**. JSON (JavaScript Object Notation) is widely used for data interchange because it is easy to read and parse for humans and machines alike, and is supported by many programming languages.