A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?
A. an integer
B. a dictionary
C. a tuple
D. a string
E. a list
A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?
A. an integer
B. a dictionary
C. a tuple
D. a string
E. a list
B