Page 1 of 1

A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON re

Posted: Fri Jul 22, 2022 5:28 pm
by answerhappygod
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