QuestionQ297

Automation Design

Which Python library is required to parse this data structure?

Question Image

  • A json
  • B yaml
  • C openpyxl
  • D ElementTree
Explanation

XML uses tagged, nested elements and attributes. Python’s xml.etree.ElementTree module is designed to parse XML documents.

Community Discussion

No comments yet. Be the first to start the discussion!