QuestionQ101
Automation and AIRefer to the exhibit.

A network engineer is examining how the json library is used in a Python script intended to access response content from a Cisco wireless network API endpoint. The engineer wants to understand better how the script uses these elements to process device information.
Which approach does the script use to accomplish its data-extraction goal?
- A dumps function
- B loads function
- C split method
- D to_dict method
Community Discussion