ExamGecko
Question list
Search
Search

Question 382 - 200-901 discussion

Report
Export

Which Python function is used to parse a string that contains JSON data into a Python dictionary?

A.

json.dumps()

Answers
A.

json.dumps()

B.

json.to_json()

Answers
B.

json.to_json()

C.

json.parse()

Answers
C.

json.parse()

D.

json.loads()

Answers
D.

json.loads()

Suggested answer: D

Explanation:

loads() function is present in python built-in 'json' module. This function is used to parse the JSON string.

asked 07/10/2024
Kevin Intriago
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first