正解:A
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. A properly formatted JSON script should have key-value pairs with keys and string values enclosed in double quotation marks, and objects enclosed in curly braces {}. Arrays should be enclosed in square brackets [], and each key-value pair should be separated by a comma, except for the last pair in an object or array.