Create an XML parser to convert XML into JSON in the same format as used for JSON to XML conversion.
- This process must be fully reversible using generateXMLfromObject().
- A suite of tests is required to validate the parser.
- Reversed tests from the JSON to XML converter must be created and passed.
Create an XML parser to convert XML into JSON in the same format as used for JSON to XML conversion.