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 head head module

1 answer

The correct response is JSON.

JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is widely used for data exchange between different programming languages.