Cisco
300-550 · Question #57
A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?
The correct answer is B. a dictionary. See the full explanation below for the reasoning.
Question
A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?
Options
- Aan integer
- Ba dictionary
- Ca tuple
- Da string
- Ea list
How the community answered
(45 responses)- A4% (2)
- B71% (32)
- C7% (3)
- D16% (7)
- E2% (1)
Community Discussion
No community discussion yet for this question.