CCNP 350-401 ENCOR Question 371 DISCUSSION
« Back to Main MenuAn engineer runs the sample code, and the terminal returns this output. Which change to the sample code corrects this issue?
A. Change the JSON method from load() to loads().
B. Enclose null in the test json string in double quotes.
C. Use a single set of double quotes and condense test json to a single line.
D. Call the read() method explicitly on the test json string.
An engineer runs the sample code, and the terminal returns this output. Which change to the sample code corrects this issue?
A. Change the JSON method from load() to loads().
B. Enclose null in the test json string in double quotes.
C. Use a single set of double quotes and condense test json to a single line.
D. Call the read() method explicitly on the test json string.
Correct Answer: A