Cisco
200-901 · Question #394
Which Python function is used to parse a string that contains JSON data into a Python dictionary?
Sign in or unlock 200-901 to reveal the answer and full explanation for question #394. The question stem and answer options stay visible for context.
Understanding and Using APIs
Question
Which Python function is used to parse a string that contains JSON data into a Python dictionary?
Options
- Ajson.dumps()
- Bjson.to_json()
- Cjson.parse()
- Djson.loads()
Unlock 200-901 to see the answer
You've previewed enough free 200-901 questions. Unlock 200-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Python JSON#json.loads()#Data parsing#Serialization/Deserialization