List of questions
Related questions
Question 108 - 300-615 discussion
The script fails to convert a JSON variable into a Python dictionary. Which action resolves the issue?
A.
Use a json.dumps(json_output) function
B.
Define a json_output as a YAML object, yaml json_output
C.
Fix the JSON syntax by modifying “attribures” to “attribures”:
D.
Invoke a function yaml.loads(json._output ,decoder_”json”)
Your answer:
0 comments
Sorted by
Leave a comment first